Html Css Color HEX #EABD4C Cream Can

📋 copy color: '#EABD4C'

red 234 ◦ green 189 ◦ blue 76

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

Shades of Cream Can #EABD4C

Tints of Cream Can #EABD4C

RGB

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

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

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

R = 46.89%
G = 37.88%
B = 15.23%

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

#EABD4C (or 0xEABD4C) is known color: Cream Can. HEX triplet: EA, BD and 4C. RGB value is (234,189,76). Sum of RGB (Red+Green+Blue) = 234+189+76=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD4C is #1542B3. Grayscale: #BEBEBE. Windows color (decimal): -1393332 or 5029354. OLE color: 5029354.

HSL color Cylindrical-coordinate representation of color #EABD4C: hue angle of 42.91º 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 #EABD4C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 76 -
CMYK 0 0.19 0.68 0.08
HSL 42.91º 0.79% 0.61% -
HSV(B) 42.91º 0.68% 0.92% -
XYZ 53.43 54.41 14.52 -
YUV 189.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 234 189 76 0 0.19 0.68 0.08 42.91 0.79 0.61
Hex EA BD 4C 0 13 44 8 2B 4F 3D
Octal 352 275 114 0 23 104 10 53 117 75
Binary 11101010 10111101 1001100 0 10011 1000100 1000 101011 1001111 111101

Color Harmonies of #EABD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD4C

Black with #EABD4C

Text Example


Text Example

White with #EABD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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