Html Css Color HEX #E1C60F Sunflower

📋 copy color: '#E1C60F'

red 225 ◦ green 198 ◦ blue 15

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

Shades of Sunflower #E1C60F

Tints of Sunflower #E1C60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

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

R = 51.37%
G = 45.21%
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

#E1C60F (or 0xE1C60F) is known color: Sunflower. HEX triplet: E1, C6 and 0F. RGB value is (225,198,15). Sum of RGB (Red+Green+Blue) = 225+198+15=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C60F is #1E39F0. Grayscale: #B9B9B9. Windows color (decimal): -1980913 or 1033953. OLE color: 1033953.

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

Color convert

RGB 225 198 15 -
CMYK 0 0.12 0.93 0.12
HSL 52.29º 0.88% 0.47% -
HSV(B) 52.29º 0.93% 0.88% -
XYZ 51.33 56.43 8.64 -
YUV 185.21 31.95 156.38 -
System Red Green Blue C M Y K H S L
Decimal 225 198 15 0 0.12 0.93 0.12 52.29 0.88 0.47
Hex E1 C6 F 0 C 5D C 34 58 2F
Octal 341 306 17 0 14 135 14 64 130 57
Binary 11100001 11000110 1111 0 1100 1011101 1100 110100 1011000 101111

Color Harmonies of #E1C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C60F

Black with #E1C60F

Text Example


Text Example

White with #E1C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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