Html Css Color HEX #E0BF4D Cream Can

📋 copy color: '#E0BF4D'

red 224 ◦ green 191 ◦ blue 77

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

Shades of Cream Can #E0BF4D

Tints of Cream Can #E0BF4D

RGB

 RED value IS 224 (87.89% from 255) = 45.53%

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

 BLUE value IS 77 (30.47% from 255) = 15.65%

R = 45.53%
G = 38.82%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0BF4D (or 0xE0BF4D) is known color: Cream Can. HEX triplet: E0, BF and 4D. RGB value is (224,191,77). Sum of RGB (Red+Green+Blue) = 224+191+77=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF4D is #1F40B2. Grayscale: #BCBCBC. Windows color (decimal): -2048179 or 5095392. OLE color: 5095392.

HSL color Cylindrical-coordinate representation of color #E0BF4D: hue angle of 46.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0BF4D is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 77 -
CMYK 0 0.15 0.66 0.12
HSL 46.53º 0.7% 0.59% -
HSV(B) 46.53º 0.66% 0.88% -
XYZ 50.71 53.64 14.7 -
YUV 187.87 65.43 153.77 -
System Red Green Blue C M Y K H S L
Decimal 224 191 77 0 0.15 0.66 0.12 46.53 0.7 0.59
Hex E0 BF 4D 0 F 42 C 2F 46 3B
Octal 340 277 115 0 17 102 14 57 106 73
Binary 11100000 10111111 1001101 0 1111 1000010 1100 101111 1000110 111011

Color Harmonies of #E0BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF4D

Black with #E0BF4D

Text Example


Text Example

White with #E0BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF4D; }

 p { color: rgb(224,191,77); }

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

background-color css

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

 a { background-color: rgb(224,191,77); }

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

border-color css

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

 span { border-color: rgb(224,191,77); }

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