Html Css Color HEX #EABD42 Cream Can

📋 copy color: '#EABD42'

red 234 ◦ green 189 ◦ blue 66

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

Shades of Cream Can #EABD42

Tints of Cream Can #EABD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.5%

R = 47.85%
G = 38.65%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EABD42 (or 0xEABD42) is known color: Cream Can. HEX triplet: EA, BD and 42. RGB value is (234,189,66). Sum of RGB (Red+Green+Blue) = 234+189+66=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD42 is #1542BD. Grayscale: #BCBCBC. Windows color (decimal): -1393342 or 4373994. OLE color: 4373994.

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

Color convert

RGB 234 189 66 -
CMYK 0 0.19 0.72 0.08
HSL 43.93º 0.8% 0.59% -
HSV(B) 43.93º 0.72% 0.92% -
XYZ 53.11 54.28 12.83 -
YUV 188.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 234 189 66 0 0.19 0.72 0.08 43.93 0.8 0.59
Hex EA BD 42 0 13 48 8 2C 50 3B
Octal 352 275 102 0 23 110 10 54 120 73
Binary 11101010 10111101 1000010 0 10011 1001000 1000 101100 1010000 111011

Color Harmonies of #EABD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD42

Black with #EABD42

Text Example


Text Example

White with #EABD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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