Html Css Color HEX #EEA132 Yellow Sea

📋 copy color: '#EEA132'

red 238 ◦ green 161 ◦ blue 50

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

Shades of Yellow Sea #EEA132

Tints of Yellow Sea #EEA132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 53.01%
G = 35.86%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEA132 (or 0xEEA132) is known color: Yellow Sea. HEX triplet: EE, A1 and 32. RGB value is (238,161,50). Sum of RGB (Red+Green+Blue) = 238+161+50=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA132 is #115ECD. Grayscale: #ABABAB. Windows color (decimal): -1138382 or 3318254. OLE color: 3318254.

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

Color convert

RGB 238 161 50 -
CMYK 0 0.32 0.79 0.07
HSL 35.43º 0.85% 0.56% -
HSV(B) 35.43º 0.79% 0.93% -
XYZ 48.58 43.9 8.93 -
YUV 171.37 59.51 175.53 -
System Red Green Blue C M Y K H S L
Decimal 238 161 50 0 0.32 0.79 0.07 35.43 0.85 0.56
Hex EE A1 32 0 20 4F 7 23 55 38
Octal 356 241 62 0 40 117 7 43 125 70
Binary 11101110 10100001 110010 0 100000 1001111 111 100011 1010101 111000

Color Harmonies of #EEA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA132

Black with #EEA132

Text Example


Text Example

White with #EEA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA132; }

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

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

background-color css

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

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

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

border-color css

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

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

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