Html Css Color HEX #E5A131 Yellow Sea

📋 copy color: '#E5A131'

red 229 ◦ green 161 ◦ blue 49

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

Shades of Yellow Sea #E5A131

Tints of Yellow Sea #E5A131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

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

R = 52.16%
G = 36.67%
B = 11.16%

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

#E5A131 (or 0xE5A131) is known color: Yellow Sea. HEX triplet: E5, A1 and 31. RGB value is (229,161,49). Sum of RGB (Red+Green+Blue) = 229+161+49=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A131 is #1A5ECE. Grayscale: #A9A9A9. Windows color (decimal): -1728207 or 3252709. OLE color: 3252709.

HSL color Cylindrical-coordinate representation of color #E5A131: hue angle of 37.33º 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 #E5A131 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 49 -
CMYK 0 0.30 0.79 0.10
HSL 37.33º 0.78% 0.55% -
HSV(B) 37.33º 0.79% 0.9% -
XYZ 45.61 42.37 8.68 -
YUV 168.56 60.53 171.11 -
System Red Green Blue C M Y K H S L
Decimal 229 161 49 0 0.30 0.79 0.10 37.33 0.78 0.55
Hex E5 A1 31 0 1E 4F A 25 4E 37
Octal 345 241 61 0 36 117 12 45 116 67
Binary 11100101 10100001 110001 0 11110 1001111 1010 100101 1001110 110111

Color Harmonies of #E5A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A131

Black with #E5A131

Text Example


Text Example

White with #E5A131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A131; }

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

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

background-color css

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

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

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

border-color css

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

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

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