Html Css Color HEX #EABD4F Cream Can

📋 copy color: '#EABD4F'

red 234 ◦ green 189 ◦ blue 79

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

Shades of Cream Can #EABD4F

Tints of Cream Can #EABD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.74%

R = 46.61%
G = 37.65%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EABD4F (or 0xEABD4F) is known color: Cream Can. HEX triplet: EA, BD and 4F. RGB value is (234,189,79). Sum of RGB (Red+Green+Blue) = 234+189+79=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD4F is #1542B0. Grayscale: #BEBEBE. Windows color (decimal): -1393329 or 5225962. OLE color: 5225962.

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

Color convert

RGB 234 189 79 -
CMYK 0 0.19 0.66 0.08
HSL 42.58º 0.79% 0.61% -
HSV(B) 42.58º 0.66% 0.92% -
XYZ 53.54 54.45 15.09 -
YUV 189.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 234 189 79 0 0.19 0.66 0.08 42.58 0.79 0.61
Hex EA BD 4F 0 13 42 8 2B 4F 3D
Octal 352 275 117 0 23 102 10 53 117 75
Binary 11101010 10111101 1001111 0 10011 1000010 1000 101011 1001111 111101

Color Harmonies of #EABD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD4F

Black with #EABD4F

Text Example


Text Example

White with #EABD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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