Html Css Color HEX #EABD54 Cream Can

📋 copy color: '#EABD54'

red 234 ◦ green 189 ◦ blue 84

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

Shades of Cream Can #EABD54

Tints of Cream Can #EABD54

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

 BLUE value IS 84 (33.2% from 255) = 16.57%

R = 46.15%
G = 37.28%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EABD54 (or 0xEABD54) is known color: Cream Can. HEX triplet: EA, BD and 54. RGB value is (234,189,84). Sum of RGB (Red+Green+Blue) = 234+189+84=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD54 is #1542AB. Grayscale: #BEBEBE. Windows color (decimal): -1393324 or 5553642. OLE color: 5553642.

HSL color Cylindrical-coordinate representation of color #EABD54: hue angle of 42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EABD54 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 84 -
CMYK 0 0.19 0.64 0.08
HSL 42º 0.78% 0.62% -
HSV(B) 42º 0.64% 0.92% -
XYZ 53.73 54.53 16.08 -
YUV 190.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 234 189 84 0 0.19 0.64 0.08 42 0.78 0.62
Hex EA BD 54 0 13 40 8 2A 4E 3E
Octal 352 275 124 0 23 100 10 52 116 76
Binary 11101010 10111101 1010100 0 10011 1000000 1000 101010 1001110 111110

Color Harmonies of #EABD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD54

Black with #EABD54

Text Example


Text Example

White with #EABD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD54; }

 p { color: rgb(234,189,84); }

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

background-color css

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

 a { background-color: rgb(234,189,84); }

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

border-color css

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

 span { border-color: rgb(234,189,84); }

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