Html Css Color HEX #E0CC14 Sunflower

📋 copy color: '#E0CC14'

red 224 ◦ green 204 ◦ blue 20

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

Shades of Sunflower #E0CC14

Tints of Sunflower #E0CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 50%
G = 45.54%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0CC14 (or 0xE0CC14) is known color: Sunflower. HEX triplet: E0, CC and 14. RGB value is (224,204,20). Sum of RGB (Red+Green+Blue) = 224+204+20=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CC14 is #1F33EB. Grayscale: #BDBDBD. Windows color (decimal): -2044908 or 1363168. OLE color: 1363168.

HSL color Cylindrical-coordinate representation of color #E0CC14: hue angle of 54.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0CC14 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 204 20 -
CMYK 0 0.09 0.91 0.12
HSL 54.12º 0.84% 0.48% -
HSV(B) 54.12º 0.91% 0.88% -
XYZ 52.46 59.08 9.3 -
YUV 189 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 224 204 20 0 0.09 0.91 0.12 54.12 0.84 0.48
Hex E0 CC 14 0 9 5B C 36 54 30
Octal 340 314 24 0 11 133 14 66 124 60
Binary 11100000 11001100 10100 0 1001 1011011 1100 110110 1010100 110000

Color Harmonies of #E0CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CC14

Black with #E0CC14

Text Example


Text Example

White with #E0CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CC14; }

 p { color: rgb(224,204,20); }

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

background-color css

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

 a { background-color: rgb(224,204,20); }

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

border-color css

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

 span { border-color: rgb(224,204,20); }

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