Html Css Color HEX #E1C20A Sunflower

📋 copy color: '#E1C20A'

red 225 ◦ green 194 ◦ blue 10

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

Shades of Sunflower #E1C20A

Tints of Sunflower #E1C20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 52.45%
G = 45.22%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1C20A (or 0xE1C20A) is known color: Sunflower. HEX triplet: E1, C2 and 0A. RGB value is (225,194,10). Sum of RGB (Red+Green+Blue) = 225+194+10=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C20A is #1E3DF5. Grayscale: #B7B7B7. Windows color (decimal): -1981942 or 705249. OLE color: 705249.

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

Color convert

RGB 225 194 10 -
CMYK 0 0.14 0.96 0.12
HSL 51.35º 0.91% 0.46% -
HSV(B) 51.35º 0.96% 0.88% -
XYZ 50.4 54.61 8.17 -
YUV 182.29 30.77 158.46 -
System Red Green Blue C M Y K H S L
Decimal 225 194 10 0 0.14 0.96 0.12 51.35 0.91 0.46
Hex E1 C2 A 0 E 60 C 33 5B 2E
Octal 341 302 12 0 16 140 14 63 133 56
Binary 11100001 11000010 1010 0 1110 1100000 1100 110011 1011011 101110

Color Harmonies of #E1C20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C20A

Black with #E1C20A

Text Example


Text Example

White with #E1C20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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