#EE9A4B

Color #EE9A4B Sea Buckthorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Buckthorn #EE9A4B

Tints of Sea Buckthorn #EE9A4B

Color information

#EE9A4B (or 0xEE9A4B) is unknown color: approx Sea Buckthorn. HEX triplet: EE, 9A and 4B. RGB value is (238,154,75). Sum of RGB (Red+Green+Blue) = 238+154+75=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9A4B is #1165B4. Grayscale: #AAAAAA. Windows color (decimal): -1140149 or 4954862. OLE color: 4954862.

HSL color Cylindrical-coordinate representation of color #EE9A4B: hue angle of 29.08º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE9A4B is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23815475-
CMYK00.350.680.07
HSL29.08º82.74%61.37%-
HSV(B)29.08º68.49%93.33%-
XYZ48.0941.812.19-
YUV170.1174.33176.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 50.96%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=50.96%
G=32.98%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381547500.350.680.0729.0882.7461.37
HexEE9A4B0234471d533d
Octal35623211304310473512375
Binary1110111010011010100101101000111000100111111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9A4B; }

 p { color: rgb(238,154,75); }

 H1.HeaderClassName
 {
   color: #EE9A4B;
 }
 .AnyTagClassName
 {
   color: #EE9A4B;
 }
</style>
background-color css

<style>
 a { background-color: #EE9A4B; }

 a { background-color: rgb(238,154,75); }

 div.DivClassName
 {
   background-color: #EE9A4B;
 }
 .BgClassName
 {
   background-color: #EE9A4B;
 }
</style>
border-color css

<style>
 span { border-color: #EE9A4B; }

 span { border-color: rgb(238,154,75); }

 td.TdClassName
 {
   border-color: #EE9A4B;
 }
 .TagClassName
 {
   border-color: #EE9A4B;
 }
</style>