Html Css Color HEX #EE9F40 Yellow Sea

📋 copy color: '#EE9F40'

red 238 ◦ green 159 ◦ blue 64

#EE9F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #EE9F40

Tints of Yellow Sea #EE9F40

RGB

 RED value IS 238 (93.36% from 255) = 51.63%

 GREEN value IS 159 (62.5% from 255) = 34.49%

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 51.63%
G = 34.49%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE9F40 (or 0xEE9F40) is known color: Yellow Sea. HEX triplet: EE, 9F and 40. RGB value is (238,159,64). Sum of RGB (Red+Green+Blue) = 238+159+64=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9F40 is #1160BF. Grayscale: #ACACAC. Windows color (decimal): -1138880 or 4235246. OLE color: 4235246.

HSL color Cylindrical-coordinate representation of color #EE9F40: hue angle of 32.76º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE9F40 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 159 64 -
CMYK 0 0.33 0.73 0.07
HSL 32.76º 0.84% 0.59% -
HSV(B) 32.76º 0.73% 0.93% -
XYZ 48.58 43.34 10.66 -
YUV 171.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 238 159 64 0 0.33 0.73 0.07 32.76 0.84 0.59
Hex EE 9F 40 0 21 49 7 21 54 3B
Octal 356 237 100 0 41 111 7 41 124 73
Binary 11101110 10011111 1000000 0 100001 1001001 111 100001 1010100 111011

Color Harmonies of #EE9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9F40

Black with #EE9F40

Text Example


Text Example

White with #EE9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9F40; }

 p { color: rgb(238,159,64); }

 H1.HeaderClassName
 {
   color: #EE9F40;
 }
 .AnyTagClassName
 {
   color: #EE9F40;
 }
</style>

background-color css

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

 a { background-color: rgb(238,159,64); }

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

border-color css

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

 span { border-color: rgb(238,159,64); }

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