Html Css Color HEX #EAA228 Yellow Sea

📋 copy color: '#EAA228'

red 234 ◦ green 162 ◦ blue 40

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

Shades of Yellow Sea #EAA228

Tints of Yellow Sea #EAA228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 53.67%
G = 37.16%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAA228 (or 0xEAA228) is known color: Yellow Sea. HEX triplet: EA, A2 and 28. RGB value is (234,162,40). Sum of RGB (Red+Green+Blue) = 234+162+40=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA228 is #155DD7. Grayscale: #AAAAAA. Windows color (decimal): -1400280 or 2663146. OLE color: 2663146.

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

Color convert

RGB 234 162 40 -
CMYK 0 0.31 0.83 0.08
HSL 37.73º 0.82% 0.54% -
HSV(B) 37.73º 0.83% 0.92% -
XYZ 47.24 43.49 7.91 -
YUV 169.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 234 162 40 0 0.31 0.83 0.08 37.73 0.82 0.54
Hex EA A2 28 0 1F 53 8 26 52 36
Octal 352 242 50 0 37 123 10 46 122 66
Binary 11101010 10100010 101000 0 11111 1010011 1000 100110 1010010 110110

Color Harmonies of #EAA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA228

Black with #EAA228

Text Example


Text Example

White with #EAA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA228; }

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

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

background-color css

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

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

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

border-color css

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

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

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