Html Css Color HEX #E7BD46 Cream Can

📋 copy color: '#E7BD46'

red 231 ◦ green 189 ◦ blue 70

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

Shades of Cream Can #E7BD46

Tints of Cream Can #E7BD46

RGB

 RED value IS 231 (90.63% from 255) = 47.14%

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

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

R = 47.14%
G = 38.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E7BD46 (or 0xE7BD46) is known color: Cream Can. HEX triplet: E7, BD and 46. RGB value is (231,189,70). Sum of RGB (Red+Green+Blue) = 231+189+70=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BD46 is #1842B9. Grayscale: #BCBCBC. Windows color (decimal): -1589946 or 4636135. OLE color: 4636135.

HSL color Cylindrical-coordinate representation of color #E7BD46: hue angle of 44.35º degrees, saturation: 0.77, 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 #E7BD46 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 189 70 -
CMYK 0 0.18 0.70 0.09
HSL 44.35º 0.77% 0.59% -
HSV(B) 44.35º 0.7% 0.91% -
XYZ 52.26 53.83 13.43 -
YUV 187.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 231 189 70 0 0.18 0.70 0.09 44.35 0.77 0.59
Hex E7 BD 46 0 12 46 9 2C 4D 3B
Octal 347 275 106 0 22 106 11 54 115 73
Binary 11100111 10111101 1000110 0 10010 1000110 1001 101100 1001101 111011

Color Harmonies of #E7BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD46

Black with #E7BD46

Text Example


Text Example

White with #E7BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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