Html Css Color HEX #E1D415 Sunflower

📋 copy color: '#E1D415'

red 225 ◦ green 212 ◦ blue 21

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

Shades of Sunflower #E1D415

Tints of Sunflower #E1D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

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

R = 49.13%
G = 46.29%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1D415 (or 0xE1D415) is known color: Sunflower. HEX triplet: E1, D4 and 15. RGB value is (225,212,21). Sum of RGB (Red+Green+Blue) = 225+212+21=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D415 is #1E2BEA. Grayscale: #C2C2C2. Windows color (decimal): -1977323 or 1430753. OLE color: 1430753.

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

Color convert

RGB 225 212 21 -
CMYK 0 0.06 0.91 0.12
HSL 56.18º 0.83% 0.48% -
HSV(B) 56.18º 0.91% 0.88% -
XYZ 54.73 63.15 10.01 -
YUV 194.11 30.31 150.03 -
System Red Green Blue C M Y K H S L
Decimal 225 212 21 0 0.06 0.91 0.12 56.18 0.83 0.48
Hex E1 D4 15 0 6 5B C 38 53 30
Octal 341 324 25 0 6 133 14 70 123 60
Binary 11100001 11010100 10101 0 110 1011011 1100 111000 1010011 110000

Color Harmonies of #E1D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D415

Black with #E1D415

Text Example


Text Example

White with #E1D415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D415; }

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

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

background-color css

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

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

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

border-color css

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

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

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