Html Css Color HEX #E1B612 Sunflower

📋 copy color: '#E1B612'

red 225 ◦ green 182 ◦ blue 18

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

Shades of Sunflower #E1B612

Tints of Sunflower #E1B612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 52.94%
G = 42.82%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1B612 (or 0xE1B612) is known color: Sunflower. HEX triplet: E1, B6 and 12. RGB value is (225,182,18). Sum of RGB (Red+Green+Blue) = 225+182+18=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B612 is #1E49ED. Grayscale: #B0B0B0. Windows color (decimal): -1985006 or 1226465. OLE color: 1226465.

HSL color Cylindrical-coordinate representation of color #E1B612: hue angle of 47.54º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1B612 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 182 18 -
CMYK 0 0.19 0.92 0.12
HSL 47.54º 0.85% 0.48% -
HSV(B) 47.54º 0.92% 0.88% -
XYZ 47.89 49.51 7.6 -
YUV 176.16 38.75 162.84 -
System Red Green Blue C M Y K H S L
Decimal 225 182 18 0 0.19 0.92 0.12 47.54 0.85 0.48
Hex E1 B6 12 0 13 5C C 30 55 30
Octal 341 266 22 0 23 134 14 60 125 60
Binary 11100001 10110110 10010 0 10011 1011100 1100 110000 1010101 110000

Color Harmonies of #E1B612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B612

Black with #E1B612

Text Example


Text Example

White with #E1B612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B612; }

 p { color: rgb(225,182,18); }

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

background-color css

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

 a { background-color: rgb(225,182,18); }

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

border-color css

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

 span { border-color: rgb(225,182,18); }

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