Html Css Color HEX #E0CC01 Sunflower

📋 copy color: '#E0CC01'

red 224 ◦ green 204 ◦ blue 1

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

Shades of Sunflower #E0CC01

Tints of Sunflower #E0CC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 52.21%
G = 47.55%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E0CC01 (or 0xE0CC01) is known color: Sunflower. HEX triplet: E0, CC and 01. RGB value is (224,204,1). Sum of RGB (Red+Green+Blue) = 224+204+1=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CC01 is #1F33FE. Grayscale: #BBBBBB. Windows color (decimal): -2044927 or 117984. OLE color: 117984.

HSL color Cylindrical-coordinate representation of color #E0CC01: hue angle of 54.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0CC01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 204 1 -
CMYK 0 0.09 1.00 0.12
HSL 54.62º 0.99% 0.44% -
HSV(B) 54.62º 1% 0.88% -
XYZ 52.34 59.04 8.67 -
YUV 186.84 23.13 154.51 -
System Red Green Blue C M Y K H S L
Decimal 224 204 1 0 0.09 1.00 0.12 54.62 0.99 0.44
Hex E0 CC 1 0 9 64 C 37 63 2C
Octal 340 314 1 0 11 144 14 67 143 54
Binary 11100000 11001100 1 0 1001 1100100 1100 110111 1100011 101100

Color Harmonies of #E0CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CC01

Black with #E0CC01

Text Example


Text Example

White with #E0CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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