Html Css Color HEX #E1CC14 Sunflower

📋 copy color: '#E1CC14'

red 225 ◦ green 204 ◦ blue 20

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

Shades of Sunflower #E1CC14

Tints of Sunflower #E1CC14

RGB

 RED value IS 225 (88.28% from 255) = 50.11%

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

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

R = 50.11%
G = 45.43%
B = 4.45%

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

#E1CC14 (or 0xE1CC14) is known color: Sunflower. HEX triplet: E1, CC and 14. RGB value is (225,204,20). Sum of RGB (Red+Green+Blue) = 225+204+20=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CC14 is #1E33EB. Grayscale: #BEBEBE. Windows color (decimal): -1979372 or 1363169. OLE color: 1363169.

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

Color convert

RGB 225 204 20 -
CMYK 0 0.09 0.91 0.12
HSL 53.85º 0.84% 0.48% -
HSV(B) 53.85º 0.91% 0.88% -
XYZ 52.77 59.24 9.32 -
YUV 189.3 32.46 153.46 -
System Red Green Blue C M Y K H S L
Decimal 225 204 20 0 0.09 0.91 0.12 53.85 0.84 0.48
Hex E1 CC 14 0 9 5B C 36 54 30
Octal 341 314 24 0 11 133 14 66 124 60
Binary 11100001 11001100 10100 0 1001 1011011 1100 110110 1010100 110000

Color Harmonies of #E1CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CC14

Black with #E1CC14

Text Example


Text Example

White with #E1CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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