Html Css Color HEX #E1C80B Sunflower

📋 copy color: '#E1C80B'

red 225 ◦ green 200 ◦ blue 11

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

Shades of Sunflower #E1C80B

Tints of Sunflower #E1C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 51.61%
G = 45.87%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1C80B (or 0xE1C80B) is known color: Sunflower. HEX triplet: E1, C8 and 0B. RGB value is (225,200,11). Sum of RGB (Red+Green+Blue) = 225+200+11=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C80B is #1E37F4. Grayscale: #BABABA. Windows color (decimal): -1980405 or 772321. OLE color: 772321.

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

Color convert

RGB 225 200 11 -
CMYK 0 0.11 0.95 0.12
HSL 52.99º 0.91% 0.46% -
HSV(B) 52.99º 0.95% 0.88% -
XYZ 51.77 57.34 8.66 -
YUV 185.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 225 200 11 0 0.11 0.95 0.12 52.99 0.91 0.46
Hex E1 C8 B 0 B 5F C 35 5B 2E
Octal 341 310 13 0 13 137 14 65 133 56
Binary 11100001 11001000 1011 0 1011 1011111 1100 110101 1011011 101110

Color Harmonies of #E1C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C80B

Black with #E1C80B

Text Example


Text Example

White with #E1C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C80B; }

 p { color: rgb(225,200,11); }

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

background-color css

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

 a { background-color: rgb(225,200,11); }

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

border-color css

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

 span { border-color: rgb(225,200,11); }

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