Html Css Color HEX #E1B310 Sunflower

📋 copy color: '#E1B310'

red 225 ◦ green 179 ◦ blue 16

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

Shades of Sunflower #E1B310

Tints of Sunflower #E1B310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 53.57%
G = 42.62%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1B310 (or 0xE1B310) is known color: Sunflower. HEX triplet: E1, B3 and 10. RGB value is (225,179,16). Sum of RGB (Red+Green+Blue) = 225+179+16=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B310 is #1E4CEF. Grayscale: #AEAEAE. Windows color (decimal): -1985776 or 1094625. OLE color: 1094625.

HSL color Cylindrical-coordinate representation of color #E1B310: hue angle of 46.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1B310 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 16 -
CMYK 0 0.20 0.93 0.12
HSL 46.79º 0.87% 0.47% -
HSV(B) 46.79º 0.93% 0.88% -
XYZ 47.26 48.29 7.32 -
YUV 174.17 38.74 164.25 -
System Red Green Blue C M Y K H S L
Decimal 225 179 16 0 0.20 0.93 0.12 46.79 0.87 0.47
Hex E1 B3 10 0 14 5D C 2F 57 2F
Octal 341 263 20 0 24 135 14 57 127 57
Binary 11100001 10110011 10000 0 10100 1011101 1100 101111 1010111 101111

Color Harmonies of #E1B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B310

Black with #E1B310

Text Example


Text Example

White with #E1B310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B310; }

 p { color: rgb(225,179,16); }

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

background-color css

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

 a { background-color: rgb(225,179,16); }

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

border-color css

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

 span { border-color: rgb(225,179,16); }

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