Html Css Color HEX #EABC4C Cream Can

📋 copy color: '#EABC4C'

red 234 ◦ green 188 ◦ blue 76

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

Shades of Cream Can #EABC4C

Tints of Cream Can #EABC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 76 (30.08% from 255) = 15.26%

R = 46.99%
G = 37.75%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EABC4C (or 0xEABC4C) is known color: Cream Can. HEX triplet: EA, BC and 4C. RGB value is (234,188,76). Sum of RGB (Red+Green+Blue) = 234+188+76=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC4C is #1543B3. Grayscale: #BDBDBD. Windows color (decimal): -1393588 or 5029098. OLE color: 5029098.

HSL color Cylindrical-coordinate representation of color #EABC4C: hue angle of 42.53º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EABC4C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 188 76 -
CMYK 0 0.20 0.68 0.08
HSL 42.53º 0.79% 0.61% -
HSV(B) 42.53º 0.68% 0.92% -
XYZ 53.22 53.98 14.45 -
YUV 188.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 234 188 76 0 0.20 0.68 0.08 42.53 0.79 0.61
Hex EA BC 4C 0 14 44 8 2B 4F 3D
Octal 352 274 114 0 24 104 10 53 117 75
Binary 11101010 10111100 1001100 0 10100 1000100 1000 101011 1001111 111101

Color Harmonies of #EABC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC4C

Black with #EABC4C

Text Example


Text Example

White with #EABC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC4C; }

 p { color: rgb(234,188,76); }

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

background-color css

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

 a { background-color: rgb(234,188,76); }

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

border-color css

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

 span { border-color: rgb(234,188,76); }

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