Html Css Color HEX #E5C20E Sunflower

📋 copy color: '#E5C20E'

red 229 ◦ green 194 ◦ blue 14

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

Shades of Sunflower #E5C20E

Tints of Sunflower #E5C20E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.39%

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

R = 52.4%
G = 44.39%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5C20E (or 0xE5C20E) is known color: Sunflower. HEX triplet: E5, C2 and 0E. RGB value is (229,194,14). Sum of RGB (Red+Green+Blue) = 229+194+14=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C20E is #1A3DF1. Grayscale: #B8B8B8. Windows color (decimal): -1719794 or 967397. OLE color: 967397.

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

Color convert

RGB 229 194 14 -
CMYK 0 0.15 0.94 0.10
HSL 50.23º 0.88% 0.48% -
HSV(B) 50.23º 0.94% 0.9% -
XYZ 51.68 55.27 8.36 -
YUV 183.95 32.1 160.14 -
System Red Green Blue C M Y K H S L
Decimal 229 194 14 0 0.15 0.94 0.10 50.23 0.88 0.48
Hex E5 C2 E 0 F 5E A 32 58 30
Octal 345 302 16 0 17 136 12 62 130 60
Binary 11100101 11000010 1110 0 1111 1011110 1010 110010 1011000 110000

Color Harmonies of #E5C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C20E

Black with #E5C20E

Text Example


Text Example

White with #E5C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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