Html Css Color HEX #EEA534 Yellow Sea

📋 copy color: '#EEA534'

red 238 ◦ green 165 ◦ blue 52

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

Shades of Yellow Sea #EEA534

Tints of Yellow Sea #EEA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

 BLUE value IS 52 (20.7% from 255) = 11.43%

R = 52.31%
G = 36.26%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEA534 (or 0xEEA534) is known color: Yellow Sea. HEX triplet: EE, A5 and 34. RGB value is (238,165,52). Sum of RGB (Red+Green+Blue) = 238+165+52=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA534 is #115ACB. Grayscale: #AEAEAE. Windows color (decimal): -1137356 or 3450350. OLE color: 3450350.

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

Color convert

RGB 238 165 52 -
CMYK 0 0.31 0.78 0.07
HSL 36.45º 0.85% 0.57% -
HSV(B) 36.45º 0.78% 0.93% -
XYZ 49.33 45.34 9.4 -
YUV 173.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 238 165 52 0 0.31 0.78 0.07 36.45 0.85 0.57
Hex EE A5 34 0 1F 4E 7 24 55 39
Octal 356 245 64 0 37 116 7 44 125 71
Binary 11101110 10100101 110100 0 11111 1001110 111 100100 1010101 111001

Color Harmonies of #EEA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA534

Black with #EEA534

Text Example


Text Example

White with #EEA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA534; }

 p { color: rgb(238,165,52); }

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

background-color css

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

 a { background-color: rgb(238,165,52); }

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

border-color css

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

 span { border-color: rgb(238,165,52); }

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