Html Css Color HEX #E1C701 Sunflower

📋 copy color: '#E1C701'

red 225 ◦ green 199 ◦ blue 1

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

Shades of Sunflower #E1C701

Tints of Sunflower #E1C701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.94%
G = 46.82%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1C701 (or 0xE1C701) is known color: Sunflower. HEX triplet: E1, C7 and 01. RGB value is (225,199,1). Sum of RGB (Red+Green+Blue) = 225+199+1=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C701 is #1E38FE. Grayscale: #B9B9B9. Windows color (decimal): -1980671 or 116705. OLE color: 116705.

HSL color Cylindrical-coordinate representation of color #E1C701: hue angle of 53.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1C701 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 199 1 -
CMYK 0 0.12 1.00 0.12
HSL 53.04º 0.99% 0.44% -
HSV(B) 53.04º 1% 0.88% -
XYZ 51.48 56.86 8.29 -
YUV 184.2 24.61 157.1 -
System Red Green Blue C M Y K H S L
Decimal 225 199 1 0 0.12 1.00 0.12 53.04 0.99 0.44
Hex E1 C7 1 0 C 64 C 35 63 2C
Octal 341 307 1 0 14 144 14 65 143 54
Binary 11100001 11000111 1 0 1100 1100100 1100 110101 1100011 101100

Color Harmonies of #E1C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C701

Black with #E1C701

Text Example


Text Example

White with #E1C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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