Html Css Color HEX #E0C301 Sunflower

📋 copy color: '#E0C301'

red 224 ◦ green 195 ◦ blue 1

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

Shades of Sunflower #E0C301

Tints of Sunflower #E0C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

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

R = 53.33%
G = 46.43%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E0C301 (or 0xE0C301) is known color: Sunflower. HEX triplet: E0, C3 and 01. RGB value is (224,195,1). Sum of RGB (Red+Green+Blue) = 224+195+1=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C301 is #1F3CFE. Grayscale: #B6B6B6. Windows color (decimal): -2047231 or 115680. OLE color: 115680.

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

Color convert

RGB 224 195 1 -
CMYK 0 0.13 1.00 0.12
HSL 52.2º 0.99% 0.44% -
HSV(B) 52.2º 1% 0.88% -
XYZ 50.26 54.88 7.97 -
YUV 181.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 224 195 1 0 0.13 1.00 0.12 52.2 0.99 0.44
Hex E0 C3 1 0 D 64 C 34 63 2C
Octal 340 303 1 0 15 144 14 64 143 54
Binary 11100000 11000011 1 0 1101 1100100 1100 110100 1100011 101100

Color Harmonies of #E0C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C301

Black with #E0C301

Text Example


Text Example

White with #E0C301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C301; }

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

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

background-color css

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

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

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

border-color css

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

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

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