Html Css Color HEX #E0C00E Sunflower

📋 copy color: '#E0C00E'

red 224 ◦ green 192 ◦ blue 14

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

Shades of Sunflower #E0C00E

Tints of Sunflower #E0C00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 52.09%
G = 44.65%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0C00E (or 0xE0C00E) is known color: Sunflower. HEX triplet: E0, C0 and 0E. RGB value is (224,192,14). Sum of RGB (Red+Green+Blue) = 224+192+14=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C00E is #1F3FF1. Grayscale: #B6B6B6. Windows color (decimal): -2047986 or 966880. OLE color: 966880.

HSL color Cylindrical-coordinate representation of color #E0C00E: hue angle of 50.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0C00E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 192 14 -
CMYK 0 0.14 0.94 0.12
HSL 50.86º 0.88% 0.47% -
HSV(B) 50.86º 0.94% 0.88% -
XYZ 49.67 53.58 8.14 -
YUV 181.28 33.6 158.47 -
System Red Green Blue C M Y K H S L
Decimal 224 192 14 0 0.14 0.94 0.12 50.86 0.88 0.47
Hex E0 C0 E 0 E 5E C 33 58 2F
Octal 340 300 16 0 16 136 14 63 130 57
Binary 11100000 11000000 1110 0 1110 1011110 1100 110011 1011000 101111

Color Harmonies of #E0C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C00E

Black with #E0C00E

Text Example


Text Example

White with #E0C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C00E; }

 p { color: rgb(224,192,14); }

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

background-color css

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

 a { background-color: rgb(224,192,14); }

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

border-color css

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

 span { border-color: rgb(224,192,14); }

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