Html Css Color HEX #E0C716 Sunflower

📋 copy color: '#E0C716'

red 224 ◦ green 199 ◦ blue 22

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

Shades of Sunflower #E0C716

Tints of Sunflower #E0C716

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

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

 BLUE value IS 22 (8.98% from 255) = 4.94%

R = 50.34%
G = 44.72%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0C716 (or 0xE0C716) is known color: Sunflower. HEX triplet: E0, C7 and 16. RGB value is (224,199,22). Sum of RGB (Red+Green+Blue) = 224+199+22=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C716 is #1F38E9. Grayscale: #BBBBBB. Windows color (decimal): -2046186 or 1492960. OLE color: 1492960.

HSL color Cylindrical-coordinate representation of color #E0C716: hue angle of 52.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0C716 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 199 22 -
CMYK 0 0.11 0.90 0.12
HSL 52.57º 0.82% 0.48% -
HSV(B) 52.57º 0.9% 0.88% -
XYZ 51.31 56.75 9.01 -
YUV 186.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 224 199 22 0 0.11 0.90 0.12 52.57 0.82 0.48
Hex E0 C7 16 0 B 5A C 35 52 30
Octal 340 307 26 0 13 132 14 65 122 60
Binary 11100000 11000111 10110 0 1011 1011010 1100 110101 1010010 110000

Color Harmonies of #E0C716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C716

Black with #E0C716

Text Example


Text Example

White with #E0C716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C716; }

 p { color: rgb(224,199,22); }

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

background-color css

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

 a { background-color: rgb(224,199,22); }

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

border-color css

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

 span { border-color: rgb(224,199,22); }

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