Html Css Color HEX #E1C70F Sunflower

📋 copy color: '#E1C70F'

red 225 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #E1C70F

Tints of Sunflower #E1C70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 51.25%
G = 45.33%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1C70F (or 0xE1C70F) is known color: Sunflower. HEX triplet: E1, C7 and 0F. RGB value is (225,199,15). Sum of RGB (Red+Green+Blue) = 225+199+15=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C70F is #1E38F0. Grayscale: #BABABA. Windows color (decimal): -1980657 or 1034209. OLE color: 1034209.

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

Color convert

RGB 225 199 15 -
CMYK 0 0.12 0.93 0.12
HSL 52.57º 0.88% 0.47% -
HSV(B) 52.57º 0.93% 0.88% -
XYZ 51.56 56.89 8.72 -
YUV 185.8 31.61 155.96 -
System Red Green Blue C M Y K H S L
Decimal 225 199 15 0 0.12 0.93 0.12 52.57 0.88 0.47
Hex E1 C7 F 0 C 5D C 35 58 2F
Octal 341 307 17 0 14 135 14 65 130 57
Binary 11100001 11000111 1111 0 1100 1011101 1100 110101 1011000 101111

Color Harmonies of #E1C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C70F

Black with #E1C70F

Text Example


Text Example

White with #E1C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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