#E1BD10

Color #E1BD10 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #E1BD10

Tints of Sunflower #E1BD10

Color information

#E1BD10 (or 0xE1BD10) is unknown color: approx Sunflower. HEX triplet: E1, BD and 10. RGB value is (225,189,16). Sum of RGB (Red+Green+Blue) = 225+189+16=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD10 is #1E42EF. Grayscale: #B4B4B4. Windows color (decimal): -1983216 or 1097185. OLE color: 1097185.

HSL color Cylindrical-coordinate representation of color #E1BD10: hue angle of 49.67º 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 #E1BD10 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22518916-
CMYK00.160.930.12
HSL49.67º86.72%47.25%-
HSV(B)49.67º92.89%88.24%-
XYZ49.3452.448.01-
YUV180.0435.43160.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 16 (6.64% from 255) = 3.72%
R=52.33%
G=43.95%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251891600.160.930.1249.6786.7247.25
HexE1BD100105DC32572f
Octal34127520020135146212757
Binary111000011011110110000010000101110111001100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD10; }

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

 H1.HeaderClassName
 {
   color: #E1BD10;
 }
 .AnyTagClassName
 {
   color: #E1BD10;
 }
</style>
background-color css

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

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

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

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

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

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