Html Css Color HEX #EEA332 Yellow Sea

📋 copy color: '#EEA332'

red 238 ◦ green 163 ◦ blue 50

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

Shades of Yellow Sea #EEA332

Tints of Yellow Sea #EEA332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

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

R = 52.77%
G = 36.14%
B = 11.09%

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

#EEA332 (or 0xEEA332) is known color: Yellow Sea. HEX triplet: EE, A3 and 32. RGB value is (238,163,50). Sum of RGB (Red+Green+Blue) = 238+163+50=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA332 is #115CCD. Grayscale: #ADADAD. Windows color (decimal): -1137870 or 3318766. OLE color: 3318766.

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

Color convert

RGB 238 163 50 -
CMYK 0 0.32 0.79 0.07
HSL 36.06º 0.85% 0.56% -
HSV(B) 36.06º 0.79% 0.93% -
XYZ 48.93 44.6 9.05 -
YUV 172.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 238 163 50 0 0.32 0.79 0.07 36.06 0.85 0.56
Hex EE A3 32 0 20 4F 7 24 55 38
Octal 356 243 62 0 40 117 7 44 125 70
Binary 11101110 10100011 110010 0 100000 1001111 111 100100 1010101 111000

Color Harmonies of #EEA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA332

Black with #EEA332

Text Example


Text Example

White with #EEA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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