Html Css Color HEX #E1C100 Sunflower

📋 copy color: '#E1C100'

red 225 ◦ green 193 ◦ blue 0

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

Shades of Sunflower #E1C100

Tints of Sunflower #E1C100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.83%
G = 46.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1C100 (or 0xE1C100) is known color: Sunflower. HEX triplet: E1, C1 and 00. RGB value is (225,193,0). Sum of RGB (Red+Green+Blue) = 225+193+0=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C100 is #1E3EFF. Grayscale: #B5B5B5. Windows color (decimal): -1982208 or 49633. OLE color: 49633.

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

Color convert

RGB 225 193 0 -
CMYK 0 0.14 1 0.12
HSL 51.47º 1% 0.44% -
HSV(B) 51.47º 1% 0.88% -
XYZ 50.12 54.15 7.81 -
YUV 180.57 26.1 159.69 -
System Red Green Blue C M Y K H S L
Decimal 225 193 0 0 0.14 1 0.12 51.47 1 0.44
Hex E1 C1 0 0 E 64 C 33 64 2C
Octal 341 301 0 0 16 144 14 63 144 54
Binary 11100001 11000001 0 0 1110 1100100 1100 110011 1100100 101100

Color Harmonies of #E1C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C100

Black with #E1C100

Text Example


Text Example

White with #E1C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C100; }

 p { color: rgb(225,193,0); }

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

background-color css

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

 a { background-color: rgb(225,193,0); }

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

border-color css

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

 span { border-color: rgb(225,193,0); }

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