Html Css Color HEX #E0CA01 Sunflower

📋 copy color: '#E0CA01'

red 224 ◦ green 202 ◦ blue 1

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

Shades of Sunflower #E0CA01

Tints of Sunflower #E0CA01

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 52.46%
G = 47.31%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E0CA01 (or 0xE0CA01) is known color: Sunflower. HEX triplet: E0, CA and 01. RGB value is (224,202,1). Sum of RGB (Red+Green+Blue) = 224+202+1=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CA01 is #1F35FE. Grayscale: #BABABA. Windows color (decimal): -2045439 or 117472. OLE color: 117472.

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

Color convert

RGB 224 202 1 -
CMYK 0 0.10 1.00 0.12
HSL 54.08º 0.99% 0.44% -
HSV(B) 54.08º 1% 0.88% -
XYZ 51.87 58.09 8.51 -
YUV 185.66 23.79 155.34 -
System Red Green Blue C M Y K H S L
Decimal 224 202 1 0 0.10 1.00 0.12 54.08 0.99 0.44
Hex E0 CA 1 0 A 64 C 36 63 2C
Octal 340 312 1 0 12 144 14 66 143 54
Binary 11100000 11001010 1 0 1010 1100100 1100 110110 1100011 101100

Color Harmonies of #E0CA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA01

Black with #E0CA01

Text Example


Text Example

White with #E0CA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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