Html Css Color HEX #EEA232 Yellow Sea

📋 copy color: '#EEA232'

red 238 ◦ green 162 ◦ blue 50

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

Shades of Yellow Sea #EEA232

Tints of Yellow Sea #EEA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36%

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

R = 52.89%
G = 36%
B = 11.11%

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

#EEA232 (or 0xEEA232) is known color: Yellow Sea. HEX triplet: EE, A2 and 32. RGB value is (238,162,50). Sum of RGB (Red+Green+Blue) = 238+162+50=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA232 is #115DCD. Grayscale: #ACACAC. Windows color (decimal): -1138126 or 3318510. OLE color: 3318510.

HSL color Cylindrical-coordinate representation of color #EEA232: hue angle of 35.74º 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 #EEA232 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 50 -
CMYK 0 0.32 0.79 0.07
HSL 35.74º 0.85% 0.56% -
HSV(B) 35.74º 0.79% 0.93% -
XYZ 48.76 44.25 8.99 -
YUV 171.96 59.18 175.11 -
System Red Green Blue C M Y K H S L
Decimal 238 162 50 0 0.32 0.79 0.07 35.74 0.85 0.56
Hex EE A2 32 0 20 4F 7 24 55 38
Octal 356 242 62 0 40 117 7 44 125 70
Binary 11101110 10100010 110010 0 100000 1001111 111 100100 1010101 111000

Color Harmonies of #EEA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA232

Black with #EEA232

Text Example


Text Example

White with #EEA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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