Html Css Color HEX #E5B80C Sunflower

📋 copy color: '#E5B80C'

red 229 ◦ green 184 ◦ blue 12

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

Shades of Sunflower #E5B80C

Tints of Sunflower #E5B80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 53.88%
G = 43.29%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5B80C (or 0xE5B80C) is known color: Sunflower. HEX triplet: E5, B8 and 0C. RGB value is (229,184,12). Sum of RGB (Red+Green+Blue) = 229+184+12=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B80C is #1A47F3. Grayscale: #B2B2B2. Windows color (decimal): -1722356 or 833765. OLE color: 833765.

HSL color Cylindrical-coordinate representation of color #E5B80C: hue angle of 47.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5B80C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 184 12 -
CMYK 0 0.20 0.95 0.10
HSL 47.56º 0.9% 0.47% -
HSV(B) 47.56º 0.95% 0.9% -
XYZ 49.52 50.97 7.58 -
YUV 177.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 229 184 12 0 0.20 0.95 0.10 47.56 0.9 0.47
Hex E5 B8 C 0 14 5F A 30 5A 2F
Octal 345 270 14 0 24 137 12 60 132 57
Binary 11100101 10111000 1100 0 10100 1011111 1010 110000 1011010 101111

Color Harmonies of #E5B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B80C

Black with #E5B80C

Text Example


Text Example

White with #E5B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B80C; }

 p { color: rgb(229,184,12); }

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

background-color css

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

 a { background-color: rgb(229,184,12); }

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

border-color css

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

 span { border-color: rgb(229,184,12); }

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