Html Css Color HEX #E5A031 Yellow Sea

📋 copy color: '#E5A031'

red 229 ◦ green 160 ◦ blue 49

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

Shades of Yellow Sea #E5A031

Tints of Yellow Sea #E5A031

RGB

 RED value IS 229 (89.84% from 255) = 52.28%

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

 BLUE value IS 49 (19.53% from 255) = 11.19%

R = 52.28%
G = 36.53%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5A031 (or 0xE5A031) is known color: Yellow Sea. HEX triplet: E5, A0 and 31. RGB value is (229,160,49). Sum of RGB (Red+Green+Blue) = 229+160+49=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A031 is #1A5FCE. Grayscale: #A8A8A8. Windows color (decimal): -1728463 or 3252453. OLE color: 3252453.

HSL color Cylindrical-coordinate representation of color #E5A031: hue angle of 37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5A031 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 49 -
CMYK 0 0.30 0.79 0.10
HSL 37º 0.78% 0.55% -
HSV(B) 37º 0.79% 0.9% -
XYZ 45.44 42.02 8.62 -
YUV 167.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 229 160 49 0 0.30 0.79 0.10 37 0.78 0.55
Hex E5 A0 31 0 1E 4F A 25 4E 37
Octal 345 240 61 0 36 117 12 45 116 67
Binary 11100101 10100000 110001 0 11110 1001111 1010 100101 1001110 110111

Color Harmonies of #E5A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A031

Black with #E5A031

Text Example


Text Example

White with #E5A031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A031; }

 p { color: rgb(229,160,49); }

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

background-color css

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

 a { background-color: rgb(229,160,49); }

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

border-color css

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

 span { border-color: rgb(229,160,49); }

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