Html Css Color HEX #E5BF48 Cream Can

📋 copy color: '#E5BF48'

red 229 ◦ green 191 ◦ blue 72

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

Shades of Cream Can #E5BF48

Tints of Cream Can #E5BF48

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

 BLUE value IS 72 (28.52% from 255) = 14.63%

R = 46.54%
G = 38.82%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E5BF48 (or 0xE5BF48) is known color: Cream Can. HEX triplet: E5, BF and 48. RGB value is (229,191,72). Sum of RGB (Red+Green+Blue) = 229+191+72=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF48 is #1A40B7. Grayscale: #BDBDBD. Windows color (decimal): -1720504 or 4767717. OLE color: 4767717.

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

Color convert

RGB 229 191 72 -
CMYK 0 0.17 0.69 0.10
HSL 45.48º 0.75% 0.59% -
HSV(B) 45.48º 0.69% 0.9% -
XYZ 52.11 54.39 13.88 -
YUV 188.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 229 191 72 0 0.17 0.69 0.10 45.48 0.75 0.59
Hex E5 BF 48 0 11 45 A 2D 4B 3B
Octal 345 277 110 0 21 105 12 55 113 73
Binary 11100101 10111111 1001000 0 10001 1000101 1010 101101 1001011 111011

Color Harmonies of #E5BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF48

Black with #E5BF48

Text Example


Text Example

White with #E5BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF48; }

 p { color: rgb(229,191,72); }

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

background-color css

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

 a { background-color: rgb(229,191,72); }

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

border-color css

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

 span { border-color: rgb(229,191,72); }

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