Html Css Color HEX #E0C616 Sunflower

📋 copy color: '#E0C616'

red 224 ◦ green 198 ◦ blue 22

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

Shades of Sunflower #E0C616

Tints of Sunflower #E0C616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.59%

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

R = 50.45%
G = 44.59%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0C616 (or 0xE0C616) is known color: Sunflower. HEX triplet: E0, C6 and 16. RGB value is (224,198,22). Sum of RGB (Red+Green+Blue) = 224+198+22=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C616 is #1F39E9. Grayscale: #BABABA. Windows color (decimal): -2046442 or 1492704. OLE color: 1492704.

HSL color Cylindrical-coordinate representation of color #E0C616: hue angle of 52.28º 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 #E0C616 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 198 22 -
CMYK 0 0.12 0.90 0.12
HSL 52.28º 0.82% 0.48% -
HSV(B) 52.28º 0.9% 0.88% -
XYZ 51.08 56.29 8.93 -
YUV 185.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 224 198 22 0 0.12 0.90 0.12 52.28 0.82 0.48
Hex E0 C6 16 0 C 5A C 34 52 30
Octal 340 306 26 0 14 132 14 64 122 60
Binary 11100000 11000110 10110 0 1100 1011010 1100 110100 1010010 110000

Color Harmonies of #E0C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C616

Black with #E0C616

Text Example


Text Example

White with #E0C616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C616; }

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

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

background-color css

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

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

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

border-color css

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

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

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