Html Css Color HEX #EEA12C Yellow Sea

📋 copy color: '#EEA12C'

red 238 ◦ green 161 ◦ blue 44

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

Shades of Yellow Sea #EEA12C

Tints of Yellow Sea #EEA12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.34%

 BLUE value IS 44 (17.58% from 255) = 9.93%

R = 53.72%
G = 36.34%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEA12C (or 0xEEA12C) is known color: Yellow Sea. HEX triplet: EE, A1 and 2C. RGB value is (238,161,44). Sum of RGB (Red+Green+Blue) = 238+161+44=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA12C is #115ED3. Grayscale: #ABABAB. Windows color (decimal): -1138388 or 2925038. OLE color: 2925038.

HSL color Cylindrical-coordinate representation of color #EEA12C: hue angle of 36.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEA12C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 44 -
CMYK 0 0.32 0.82 0.07
HSL 36.19º 0.85% 0.55% -
HSV(B) 36.19º 0.82% 0.93% -
XYZ 48.46 43.85 8.29 -
YUV 170.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 238 161 44 0 0.32 0.82 0.07 36.19 0.85 0.55
Hex EE A1 2C 0 20 52 7 24 55 37
Octal 356 241 54 0 40 122 7 44 125 67
Binary 11101110 10100001 101100 0 100000 1010010 111 100100 1010101 110111

Color Harmonies of #EEA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA12C

Black with #EEA12C

Text Example


Text Example

White with #EEA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA12C; }

 p { color: rgb(238,161,44); }

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

background-color css

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

 a { background-color: rgb(238,161,44); }

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

border-color css

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

 span { border-color: rgb(238,161,44); }

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