Html Css Color HEX #E8BD10 Sunflower

📋 copy color: '#E8BD10'

red 232 ◦ green 189 ◦ blue 16

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

Shades of Sunflower #E8BD10

Tints of Sunflower #E8BD10

RGB

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

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

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

R = 53.09%
G = 43.25%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E8BD10 (or 0xE8BD10) is known color: Sunflower. HEX triplet: E8, BD and 10. RGB value is (232,189,16). Sum of RGB (Red+Green+Blue) = 232+189+16=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BD10 is #1742EF. Grayscale: #B6B6B6. Windows color (decimal): -1524464 or 1097192. OLE color: 1097192.

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

Color convert

RGB 232 189 16 -
CMYK 0 0.19 0.93 0.09
HSL 48.06º 0.87% 0.49% -
HSV(B) 48.06º 0.93% 0.91% -
XYZ 51.57 53.59 8.12 -
YUV 182.14 34.25 163.57 -
System Red Green Blue C M Y K H S L
Decimal 232 189 16 0 0.19 0.93 0.09 48.06 0.87 0.49
Hex E8 BD 10 0 13 5D 9 30 57 31
Octal 350 275 20 0 23 135 11 60 127 61
Binary 11101000 10111101 10000 0 10011 1011101 1001 110000 1010111 110001

Color Harmonies of #E8BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BD10

Black with #E8BD10

Text Example


Text Example

White with #E8BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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