Html Css Color HEX #E0CA12 Sunflower

📋 copy color: '#E0CA12'

red 224 ◦ green 202 ◦ blue 18

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

Shades of Sunflower #E0CA12

Tints of Sunflower #E0CA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 50.45%
G = 45.5%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0CA12 (or 0xE0CA12) is known color: Sunflower. HEX triplet: E0, CA and 12. RGB value is (224,202,18). Sum of RGB (Red+Green+Blue) = 224+202+18=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CA12 is #1F35ED. Grayscale: #BCBCBC. Windows color (decimal): -2045422 or 1231584. OLE color: 1231584.

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

Color convert

RGB 224 202 18 -
CMYK 0 0.10 0.92 0.12
HSL 53.59º 0.85% 0.47% -
HSV(B) 53.59º 0.92% 0.88% -
XYZ 51.97 58.13 9.05 -
YUV 187.6 32.29 153.96 -
System Red Green Blue C M Y K H S L
Decimal 224 202 18 0 0.10 0.92 0.12 53.59 0.85 0.47
Hex E0 CA 12 0 A 5C C 36 55 2F
Octal 340 312 22 0 12 134 14 66 125 57
Binary 11100000 11001010 10010 0 1010 1011100 1100 110110 1010101 101111

Color Harmonies of #E0CA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA12

Black with #E0CA12

Text Example


Text Example

White with #E0CA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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