Html Css Color HEX #E1B10C Sunflower

📋 copy color: '#E1B10C'

red 225 ◦ green 177 ◦ blue 12

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

Shades of Sunflower #E1B10C

Tints of Sunflower #E1B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 54.35%
G = 42.75%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1B10C (or 0xE1B10C) is known color: Sunflower. HEX triplet: E1, B1 and 0C. RGB value is (225,177,12). Sum of RGB (Red+Green+Blue) = 225+177+12=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B10C is #1E4EF3. Grayscale: #ADADAD. Windows color (decimal): -1986292 or 831969. OLE color: 831969.

HSL color Cylindrical-coordinate representation of color #E1B10C: hue angle of 46.48º degrees, saturation: 0.9, 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 #E1B10C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 12 -
CMYK 0 0.21 0.95 0.12
HSL 46.48º 0.9% 0.46% -
HSV(B) 46.48º 0.95% 0.88% -
XYZ 46.84 47.48 7.04 -
YUV 172.54 37.4 165.42 -
System Red Green Blue C M Y K H S L
Decimal 225 177 12 0 0.21 0.95 0.12 46.48 0.9 0.46
Hex E1 B1 C 0 15 5F C 2E 5A 2E
Octal 341 261 14 0 25 137 14 56 132 56
Binary 11100001 10110001 1100 0 10101 1011111 1100 101110 1011010 101110

Color Harmonies of #E1B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B10C

Black with #E1B10C

Text Example


Text Example

White with #E1B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B10C; }

 p { color: rgb(225,177,12); }

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

background-color css

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

 a { background-color: rgb(225,177,12); }

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

border-color css

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

 span { border-color: rgb(225,177,12); }

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