Html Css Color HEX #E1C710 Sunflower

📋 copy color: '#E1C710'

red 225 ◦ green 199 ◦ blue 16

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

Shades of Sunflower #E1C710

Tints of Sunflower #E1C710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 51.14%
G = 45.23%
B = 3.64%

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

#E1C710 (or 0xE1C710) is known color: Sunflower. HEX triplet: E1, C7 and 10. RGB value is (225,199,16). Sum of RGB (Red+Green+Blue) = 225+199+16=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C710 is #1E38EF. Grayscale: #BABABA. Windows color (decimal): -1980656 or 1099745. OLE color: 1099745.

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

Color convert

RGB 225 199 16 -
CMYK 0 0.12 0.93 0.12
HSL 52.54º 0.87% 0.47% -
HSV(B) 52.54º 0.93% 0.88% -
XYZ 51.57 56.89 8.75 -
YUV 185.91 32.11 155.88 -
System Red Green Blue C M Y K H S L
Decimal 225 199 16 0 0.12 0.93 0.12 52.54 0.87 0.47
Hex E1 C7 10 0 C 5D C 35 57 2F
Octal 341 307 20 0 14 135 14 65 127 57
Binary 11100001 11000111 10000 0 1100 1011101 1100 110101 1010111 101111

Color Harmonies of #E1C710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C710

Black with #E1C710

Text Example


Text Example

White with #E1C710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C710; }

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

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

background-color css

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

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

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

border-color css

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

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

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