Html Css Color HEX #E0CA21 Sunflower

📋 copy color: '#E0CA21'

red 224 ◦ green 202 ◦ blue 33

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

Shades of Sunflower #E0CA21

Tints of Sunflower #E0CA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.19%

R = 48.8%
G = 44.01%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0CA21 (or 0xE0CA21) is known color: Sunflower. HEX triplet: E0, CA and 21. RGB value is (224,202,33). Sum of RGB (Red+Green+Blue) = 224+202+33=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA21 is #1F35DE. Grayscale: #BEBEBE. Windows color (decimal): -2045407 or 2214624. OLE color: 2214624.

HSL color Cylindrical-coordinate representation of color #E0CA21: hue angle of 53.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0CA21 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 202 33 -
CMYK 0 0.10 0.85 0.12
HSL 53.09º 0.75% 0.5% -
HSV(B) 53.09º 0.85% 0.88% -
XYZ 52.14 58.2 9.92 -
YUV 189.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 224 202 33 0 0.10 0.85 0.12 53.09 0.75 0.5
Hex E0 CA 21 0 A 55 C 35 4B 32
Octal 340 312 41 0 12 125 14 65 113 62
Binary 11100000 11001010 100001 0 1010 1010101 1100 110101 1001011 110010

Color Harmonies of #E0CA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA21

Black with #E0CA21

Text Example


Text Example

White with #E0CA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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