Html Css Color HEX #E8BD46 Cream Can

📋 copy color: '#E8BD46'

red 232 ◦ green 189 ◦ blue 70

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

Shades of Cream Can #E8BD46

Tints of Cream Can #E8BD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 47.25%
G = 38.49%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E8BD46 (or 0xE8BD46) is known color: Cream Can. HEX triplet: E8, BD and 46. RGB value is (232,189,70). Sum of RGB (Red+Green+Blue) = 232+189+70=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BD46 is #1742B9. Grayscale: #BCBCBC. Windows color (decimal): -1524410 or 4636136. OLE color: 4636136.

HSL color Cylindrical-coordinate representation of color #E8BD46: hue angle of 44.07º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8BD46 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 70 -
CMYK 0 0.19 0.70 0.09
HSL 44.07º 0.78% 0.59% -
HSV(B) 44.07º 0.7% 0.91% -
XYZ 52.58 53.99 13.44 -
YUV 188.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 232 189 70 0 0.19 0.70 0.09 44.07 0.78 0.59
Hex E8 BD 46 0 13 46 9 2C 4E 3B
Octal 350 275 106 0 23 106 11 54 116 73
Binary 11101000 10111101 1000110 0 10011 1000110 1001 101100 1001110 111011

Color Harmonies of #E8BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BD46

Black with #E8BD46

Text Example


Text Example

White with #E8BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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