Html Css Color HEX #EAA239 Yellow Sea

📋 copy color: '#EAA239'

red 234 ◦ green 162 ◦ blue 57

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

Shades of Yellow Sea #EAA239

Tints of Yellow Sea #EAA239

RGB

 RED value IS 234 (91.8% from 255) = 51.66%

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

 BLUE value IS 57 (22.66% from 255) = 12.58%

R = 51.66%
G = 35.76%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAA239 (or 0xEAA239) is known color: Yellow Sea. HEX triplet: EA, A2 and 39. RGB value is (234,162,57). Sum of RGB (Red+Green+Blue) = 234+162+57=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA239 is #155DC6. Grayscale: #ACACAC. Windows color (decimal): -1400263 or 3777258. OLE color: 3777258.

HSL color Cylindrical-coordinate representation of color #EAA239: hue angle of 35.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAA239 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 162 57 -
CMYK 0 0.31 0.76 0.08
HSL 35.59º 0.81% 0.57% -
HSV(B) 35.59º 0.76% 0.92% -
XYZ 47.59 43.63 9.78 -
YUV 171.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 234 162 57 0 0.31 0.76 0.08 35.59 0.81 0.57
Hex EA A2 39 0 1F 4C 8 24 51 39
Octal 352 242 71 0 37 114 10 44 121 71
Binary 11101010 10100010 111001 0 11111 1001100 1000 100100 1010001 111001

Color Harmonies of #EAA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA239

Black with #EAA239

Text Example


Text Example

White with #EAA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA239; }

 p { color: rgb(234,162,57); }

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

background-color css

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

 a { background-color: rgb(234,162,57); }

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

border-color css

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

 span { border-color: rgb(234,162,57); }

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