Html Css Color HEX #E1CA15 Sunflower

📋 copy color: '#E1CA15'

red 225 ◦ green 202 ◦ blue 21

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

Shades of Sunflower #E1CA15

Tints of Sunflower #E1CA15

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

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

 BLUE value IS 21 (8.59% from 255) = 4.69%

R = 50.22%
G = 45.09%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1CA15 (or 0xE1CA15) is known color: Sunflower. HEX triplet: E1, CA and 15. RGB value is (225,202,21). Sum of RGB (Red+Green+Blue) = 225+202+21=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA15 is #1E35EA. Grayscale: #BCBCBC. Windows color (decimal): -1979883 or 1428193. OLE color: 1428193.

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

Color convert

RGB 225 202 21 -
CMYK 0 0.10 0.91 0.12
HSL 53.24º 0.83% 0.48% -
HSV(B) 53.24º 0.91% 0.88% -
XYZ 52.31 58.3 9.21 -
YUV 188.24 33.62 154.22 -
System Red Green Blue C M Y K H S L
Decimal 225 202 21 0 0.10 0.91 0.12 53.24 0.83 0.48
Hex E1 CA 15 0 A 5B C 35 53 30
Octal 341 312 25 0 12 133 14 65 123 60
Binary 11100001 11001010 10101 0 1010 1011011 1100 110101 1010011 110000

Color Harmonies of #E1CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA15

Black with #E1CA15

Text Example


Text Example

White with #E1CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA15; }

 p { color: rgb(225,202,21); }

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

background-color css

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

 a { background-color: rgb(225,202,21); }

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

border-color css

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

 span { border-color: rgb(225,202,21); }

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