Html Css Color HEX #E8BA10 Sunflower

📋 copy color: '#E8BA10'

red 232 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #E8BA10

Tints of Sunflower #E8BA10

RGB

 RED value IS 232 (91.02% from 255) = 53.46%

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

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

R = 53.46%
G = 42.86%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E8BA10 (or 0xE8BA10) is known color: Sunflower. HEX triplet: E8, BA and 10. RGB value is (232,186,16). Sum of RGB (Red+Green+Blue) = 232+186+16=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BA10 is #1745EF. Grayscale: #B5B5B5. Windows color (decimal): -1525232 or 1096424. OLE color: 1096424.

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

Color convert

RGB 232 186 16 -
CMYK 0 0.20 0.93 0.09
HSL 47.22º 0.87% 0.49% -
HSV(B) 47.22º 0.93% 0.91% -
XYZ 50.93 52.31 7.9 -
YUV 180.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 232 186 16 0 0.20 0.93 0.09 47.22 0.87 0.49
Hex E8 BA 10 0 14 5D 9 2F 57 31
Octal 350 272 20 0 24 135 11 57 127 61
Binary 11101000 10111010 10000 0 10100 1011101 1001 101111 1010111 110001

Color Harmonies of #E8BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BA10

Black with #E8BA10

Text Example


Text Example

White with #E8BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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