Html Css Color HEX #E1C201 Sunflower

📋 copy color: '#E1C201'

red 225 ◦ green 194 ◦ blue 1

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

Shades of Sunflower #E1C201

Tints of Sunflower #E1C201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 53.57%
G = 46.19%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E1C201 (or 0xE1C201) is known color: Sunflower. HEX triplet: E1, C2 and 01. RGB value is (225,194,1). Sum of RGB (Red+Green+Blue) = 225+194+1=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C201 is #1E3DFE. Grayscale: #B6B6B6. Windows color (decimal): -1981951 or 115425. OLE color: 115425.

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

Color convert

RGB 225 194 1 -
CMYK 0 0.14 1.00 0.12
HSL 51.7º 0.99% 0.44% -
HSV(B) 51.7º 1% 0.88% -
XYZ 50.35 54.59 7.91 -
YUV 181.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 225 194 1 0 0.14 1.00 0.12 51.7 0.99 0.44
Hex E1 C2 1 0 E 64 C 34 63 2C
Octal 341 302 1 0 16 144 14 64 143 54
Binary 11100001 11000010 1 0 1110 1100100 1100 110100 1100011 101100

Color Harmonies of #E1C201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C201

Black with #E1C201

Text Example


Text Example

White with #E1C201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C201; }

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

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

background-color css

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

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

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

border-color css

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

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

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