Html Css Color HEX #E1BA10 Sunflower

📋 copy color: '#E1BA10'

red 225 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #E1BA10

Tints of Sunflower #E1BA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

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

R = 52.69%
G = 43.56%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1BA10 (or 0xE1BA10) is known color: Sunflower. HEX triplet: E1, BA and 10. RGB value is (225,186,16). Sum of RGB (Red+Green+Blue) = 225+186+16=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA10 is #1E45EF. Grayscale: #B3B3B3. Windows color (decimal): -1983984 or 1096417. OLE color: 1096417.

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

Color convert

RGB 225 186 16 -
CMYK 0 0.17 0.93 0.12
HSL 48.8º 0.87% 0.47% -
HSV(B) 48.8º 0.93% 0.88% -
XYZ 48.7 51.16 7.8 -
YUV 178.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 225 186 16 0 0.17 0.93 0.12 48.8 0.87 0.47
Hex E1 BA 10 0 11 5D C 31 57 2F
Octal 341 272 20 0 21 135 14 61 127 57
Binary 11100001 10111010 10000 0 10001 1011101 1100 110001 1010111 101111

Color Harmonies of #E1BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA10

Black with #E1BA10

Text Example


Text Example

White with #E1BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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