Html Css Color HEX #EABC40 Cream Can

📋 copy color: '#EABC40'

red 234 ◦ green 188 ◦ blue 64

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

Shades of Cream Can #EABC40

Tints of Cream Can #EABC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.17%

R = 48.15%
G = 38.68%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EABC40 (or 0xEABC40) is known color: Cream Can. HEX triplet: EA, BC and 40. RGB value is (234,188,64). Sum of RGB (Red+Green+Blue) = 234+188+64=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC40 is #1543BF. Grayscale: #BCBCBC. Windows color (decimal): -1393600 or 4242666. OLE color: 4242666.

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

Color convert

RGB 234 188 64 -
CMYK 0 0.20 0.73 0.08
HSL 43.76º 0.8% 0.58% -
HSV(B) 43.76º 0.73% 0.92% -
XYZ 52.84 53.83 12.46 -
YUV 187.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 234 188 64 0 0.20 0.73 0.08 43.76 0.8 0.58
Hex EA BC 40 0 14 49 8 2C 50 3A
Octal 352 274 100 0 24 111 10 54 120 72
Binary 11101010 10111100 1000000 0 10100 1001001 1000 101100 1010000 111010

Color Harmonies of #EABC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC40

Black with #EABC40

Text Example


Text Example

White with #EABC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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