Html Css Color HEX #E1C120 Sunflower

📋 copy color: '#E1C120'

red 225 ◦ green 193 ◦ blue 32

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

Shades of Sunflower #E1C120

Tints of Sunflower #E1C120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 50%
G = 42.89%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1C120 (or 0xE1C120) is known color: Sunflower. HEX triplet: E1, C1 and 20. RGB value is (225,193,32). Sum of RGB (Red+Green+Blue) = 225+193+32=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C120 is #1E3EDF. Grayscale: #B8B8B8. Windows color (decimal): -1982176 or 2146785. OLE color: 2146785.

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

Color convert

RGB 225 193 32 -
CMYK 0 0.14 0.86 0.12
HSL 50.05º 0.76% 0.5% -
HSV(B) 50.05º 0.86% 0.88% -
XYZ 50.38 54.25 9.18 -
YUV 184.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 225 193 32 0 0.14 0.86 0.12 50.05 0.76 0.5
Hex E1 C1 20 0 E 56 C 32 4C 32
Octal 341 301 40 0 16 126 14 62 114 62
Binary 11100001 11000001 100000 0 1110 1010110 1100 110010 1001100 110010

Color Harmonies of #E1C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C120

Black with #E1C120

Text Example


Text Example

White with #E1C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C120; }

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

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

background-color css

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

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

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

border-color css

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

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

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