Html Css Color HEX #E5BD49 Cream Can

📋 copy color: '#E5BD49'

red 229 ◦ green 189 ◦ blue 73

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

Shades of Cream Can #E5BD49

Tints of Cream Can #E5BD49

RGB

 RED value IS 229 (89.84% from 255) = 46.64%

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

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 46.64%
G = 38.49%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5BD49 (or 0xE5BD49) is known color: Cream Can. HEX triplet: E5, BD and 49. RGB value is (229,189,73). Sum of RGB (Red+Green+Blue) = 229+189+73=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BD49 is #1A42B6. Grayscale: #BCBCBC. Windows color (decimal): -1721015 or 4832741. OLE color: 4832741.

HSL color Cylindrical-coordinate representation of color #E5BD49: hue angle of 44.62º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5BD49 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 73 -
CMYK 0 0.17 0.68 0.10
HSL 44.62º 0.75% 0.59% -
HSV(B) 44.62º 0.68% 0.9% -
XYZ 51.71 53.53 13.91 -
YUV 187.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 229 189 73 0 0.17 0.68 0.10 44.62 0.75 0.59
Hex E5 BD 49 0 11 44 A 2D 4B 3B
Octal 345 275 111 0 21 104 12 55 113 73
Binary 11100101 10111101 1001001 0 10001 1000100 1010 101101 1001011 111011

Color Harmonies of #E5BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD49

Black with #E5BD49

Text Example


Text Example

White with #E5BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD49; }

 p { color: rgb(229,189,73); }

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

background-color css

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

 a { background-color: rgb(229,189,73); }

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

border-color css

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

 span { border-color: rgb(229,189,73); }

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