Html Css Color HEX #E5B60C Sunflower

📋 copy color: '#E5B60C'

red 229 ◦ green 182 ◦ blue 12

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

Shades of Sunflower #E5B60C

Tints of Sunflower #E5B60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 54.14%
G = 43.03%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5B60C (or 0xE5B60C) is known color: Sunflower. HEX triplet: E5, B6 and 0C. RGB value is (229,182,12). Sum of RGB (Red+Green+Blue) = 229+182+12=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B60C is #1A49F3. Grayscale: #B1B1B1. Windows color (decimal): -1722868 or 833253. OLE color: 833253.

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

Color convert

RGB 229 182 12 -
CMYK 0 0.21 0.95 0.10
HSL 47º 0.9% 0.47% -
HSV(B) 47º 0.95% 0.9% -
XYZ 49.11 50.14 7.44 -
YUV 176.67 35.07 165.32 -
System Red Green Blue C M Y K H S L
Decimal 229 182 12 0 0.21 0.95 0.10 47 0.9 0.47
Hex E5 B6 C 0 15 5F A 2F 5A 2F
Octal 345 266 14 0 25 137 12 57 132 57
Binary 11100101 10110110 1100 0 10101 1011111 1010 101111 1011010 101111

Color Harmonies of #E5B60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B60C

Black with #E5B60C

Text Example


Text Example

White with #E5B60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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