Html Css Color HEX #E1D70F Sunflower

📋 copy color: '#E1D70F'

red 225 ◦ green 215 ◦ blue 15

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

Shades of Sunflower #E1D70F

Tints of Sunflower #E1D70F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.25%

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 49.45%
G = 47.25%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1D70F (or 0xE1D70F) is known color: Sunflower. HEX triplet: E1, D7 and 0F. RGB value is (225,215,15). Sum of RGB (Red+Green+Blue) = 225+215+15=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D70F is #1E28F0. Grayscale: #C4C4C4. Windows color (decimal): -1976561 or 1038305. OLE color: 1038305.

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

Color convert

RGB 225 215 15 -
CMYK 0 0.04 0.93 0.12
HSL 57.14º 0.88% 0.47% -
HSV(B) 57.14º 0.93% 0.88% -
XYZ 55.44 64.64 10.01 -
YUV 195.19 26.31 149.26 -
System Red Green Blue C M Y K H S L
Decimal 225 215 15 0 0.04 0.93 0.12 57.14 0.88 0.47
Hex E1 D7 F 0 4 5D C 39 58 2F
Octal 341 327 17 0 4 135 14 71 130 57
Binary 11100001 11010111 1111 0 100 1011101 1100 111001 1011000 101111

Color Harmonies of #E1D70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D70F

Black with #E1D70F

Text Example


Text Example

White with #E1D70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D70F; }

 p { color: rgb(225,215,15); }

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

background-color css

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

 a { background-color: rgb(225,215,15); }

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

border-color css

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

 span { border-color: rgb(225,215,15); }

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