Html Css Color HEX #E5C70E Sunflower

📋 copy color: '#E5C70E'

red 229 ◦ green 199 ◦ blue 14

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

Shades of Sunflower #E5C70E

Tints of Sunflower #E5C70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 51.81%
G = 45.02%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5C70E (or 0xE5C70E) is known color: Sunflower. HEX triplet: E5, C7 and 0E. RGB value is (229,199,14). Sum of RGB (Red+Green+Blue) = 229+199+14=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C70E is #1A38F1. Grayscale: #BBBBBB. Windows color (decimal): -1718514 or 968677. OLE color: 968677.

HSL color Cylindrical-coordinate representation of color #E5C70E: hue angle of 51.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5C70E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 199 14 -
CMYK 0 0.13 0.94 0.10
HSL 51.63º 0.88% 0.48% -
HSV(B) 51.63º 0.94% 0.9% -
XYZ 52.82 57.54 8.74 -
YUV 186.88 30.44 158.04 -
System Red Green Blue C M Y K H S L
Decimal 229 199 14 0 0.13 0.94 0.10 51.63 0.88 0.48
Hex E5 C7 E 0 D 5E A 34 58 30
Octal 345 307 16 0 15 136 12 64 130 60
Binary 11100101 11000111 1110 0 1101 1011110 1010 110100 1011000 110000

Color Harmonies of #E5C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C70E

Black with #E5C70E

Text Example


Text Example

White with #E5C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C70E; }

 p { color: rgb(229,199,14); }

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

background-color css

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

 a { background-color: rgb(229,199,14); }

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

border-color css

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

 span { border-color: rgb(229,199,14); }

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