Html Css Color HEX #E1BD11 Sunflower

📋 copy color: '#E1BD11'

red 225 ◦ green 189 ◦ blue 17

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

Shades of Sunflower #E1BD11

Tints of Sunflower #E1BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 52.2%
G = 43.85%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1BD11 (or 0xE1BD11) is known color: Sunflower. HEX triplet: E1, BD and 11. RGB value is (225,189,17). Sum of RGB (Red+Green+Blue) = 225+189+17=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD11 is #1E42EE. Grayscale: #B4B4B4. Windows color (decimal): -1983215 or 1162721. OLE color: 1162721.

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

Color convert

RGB 225 189 17 -
CMYK 0 0.16 0.92 0.12
HSL 49.62º 0.86% 0.47% -
HSV(B) 49.62º 0.92% 0.88% -
XYZ 49.35 52.44 8.05 -
YUV 180.16 35.93 159.99 -
System Red Green Blue C M Y K H S L
Decimal 225 189 17 0 0.16 0.92 0.12 49.62 0.86 0.47
Hex E1 BD 11 0 10 5C C 32 56 2F
Octal 341 275 21 0 20 134 14 62 126 57
Binary 11100001 10111101 10001 0 10000 1011100 1100 110010 1010110 101111

Color Harmonies of #E1BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD11

Black with #E1BD11

Text Example


Text Example

White with #E1BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD11; }

 p { color: rgb(225,189,17); }

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

background-color css

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

 a { background-color: rgb(225,189,17); }

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

border-color css

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

 span { border-color: rgb(225,189,17); }

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