Html Css Color HEX #EABB47 Cream Can

📋 copy color: '#EABB47'

red 234 ◦ green 187 ◦ blue 71

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

Shades of Cream Can #EABB47

Tints of Cream Can #EABB47

RGB

 RED value IS 234 (91.8% from 255) = 47.56%

 GREEN value IS 187 (73.44% from 255) = 38.01%

 BLUE value IS 71 (28.13% from 255) = 14.43%

R = 47.56%
G = 38.01%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EABB47 (or 0xEABB47) is known color: Cream Can. HEX triplet: EA, BB and 47. RGB value is (234,187,71). Sum of RGB (Red+Green+Blue) = 234+187+71=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB47 is #1544B8. Grayscale: #BCBCBC. Windows color (decimal): -1393849 or 4701162. OLE color: 4701162.

HSL color Cylindrical-coordinate representation of color #EABB47: hue angle of 42.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EABB47 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 71 -
CMYK 0 0.20 0.70 0.08
HSL 42.7º 0.8% 0.6% -
HSV(B) 42.7º 0.7% 0.92% -
XYZ 52.84 53.49 13.5 -
YUV 187.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 234 187 71 0 0.20 0.70 0.08 42.7 0.8 0.6
Hex EA BB 47 0 14 46 8 2B 50 3C
Octal 352 273 107 0 24 106 10 53 120 74
Binary 11101010 10111011 1000111 0 10100 1000110 1000 101011 1010000 111100

Color Harmonies of #EABB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB47

Black with #EABB47

Text Example


Text Example

White with #EABB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB47; }

 p { color: rgb(234,187,71); }

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

background-color css

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

 a { background-color: rgb(234,187,71); }

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

border-color css

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

 span { border-color: rgb(234,187,71); }

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