Html Css Color HEX #E5BF4A Cream Can

📋 copy color: '#E5BF4A'

red 229 ◦ green 191 ◦ blue 74

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

Shades of Cream Can #E5BF4A

Tints of Cream Can #E5BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.98%

R = 46.36%
G = 38.66%
B = 14.98%

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

#E5BF4A (or 0xE5BF4A) is known color: Cream Can. HEX triplet: E5, BF and 4A. RGB value is (229,191,74). Sum of RGB (Red+Green+Blue) = 229+191+74=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF4A is #1A40B5. Grayscale: #BDBDBD. Windows color (decimal): -1720502 or 4898789. OLE color: 4898789.

HSL color Cylindrical-coordinate representation of color #E5BF4A: hue angle of 45.29º 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 #E5BF4A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 74 -
CMYK 0 0.17 0.68 0.10
HSL 45.29º 0.75% 0.59% -
HSV(B) 45.29º 0.68% 0.9% -
XYZ 52.18 54.41 14.23 -
YUV 189.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 229 191 74 0 0.17 0.68 0.10 45.29 0.75 0.59
Hex E5 BF 4A 0 11 44 A 2D 4B 3B
Octal 345 277 112 0 21 104 12 55 113 73
Binary 11100101 10111111 1001010 0 10001 1000100 1010 101101 1001011 111011

Color Harmonies of #E5BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF4A

Black with #E5BF4A

Text Example


Text Example

White with #E5BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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