Html Css Color HEX #EAA030 Yellow Sea

📋 copy color: '#EAA030'

red 234 ◦ green 160 ◦ blue 48

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

Shades of Yellow Sea #EAA030

Tints of Yellow Sea #EAA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.2%

 BLUE value IS 48 (19.14% from 255) = 10.86%

R = 52.94%
G = 36.2%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAA030 (or 0xEAA030) is known color: Yellow Sea. HEX triplet: EA, A0 and 30. RGB value is (234,160,48). Sum of RGB (Red+Green+Blue) = 234+160+48=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA030 is #155FCF. Grayscale: #A9A9A9. Windows color (decimal): -1400784 or 3186922. OLE color: 3186922.

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

Color convert

RGB 234 160 48 -
CMYK 0 0.32 0.79 0.08
HSL 36.13º 0.82% 0.55% -
HSV(B) 36.13º 0.79% 0.92% -
XYZ 47.04 42.85 8.59 -
YUV 169.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 234 160 48 0 0.32 0.79 0.08 36.13 0.82 0.55
Hex EA A0 30 0 20 4F 8 24 52 37
Octal 352 240 60 0 40 117 10 44 122 67
Binary 11101010 10100000 110000 0 100000 1001111 1000 100100 1010010 110111

Color Harmonies of #EAA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA030

Black with #EAA030

Text Example


Text Example

White with #EAA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA030; }

 p { color: rgb(234,160,48); }

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

background-color css

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

 a { background-color: rgb(234,160,48); }

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

border-color css

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

 span { border-color: rgb(234,160,48); }

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