Html Css Color HEX #EABD4A Cream Can

📋 copy color: '#EABD4A'

red 234 ◦ green 189 ◦ blue 74

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

Shades of Cream Can #EABD4A

Tints of Cream Can #EABD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.89%

R = 47.08%
G = 38.03%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EABD4A (or 0xEABD4A) is known color: Cream Can. HEX triplet: EA, BD and 4A. RGB value is (234,189,74). Sum of RGB (Red+Green+Blue) = 234+189+74=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD4A is #1542B5. Grayscale: #BDBDBD. Windows color (decimal): -1393334 or 4898282. OLE color: 4898282.

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

Color convert

RGB 234 189 74 -
CMYK 0 0.19 0.68 0.08
HSL 43.13º 0.79% 0.6% -
HSV(B) 43.13º 0.68% 0.92% -
XYZ 53.37 54.38 14.16 -
YUV 189.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 234 189 74 0 0.19 0.68 0.08 43.13 0.79 0.6
Hex EA BD 4A 0 13 44 8 2B 4F 3C
Octal 352 275 112 0 23 104 10 53 117 74
Binary 11101010 10111101 1001010 0 10011 1000100 1000 101011 1001111 111100

Color Harmonies of #EABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD4A

Black with #EABD4A

Text Example


Text Example

White with #EABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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