Html Css Color HEX #EABF57 Cream Can

📋 copy color: '#EABF57'

red 234 ◦ green 191 ◦ blue 87

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

Shades of Cream Can #EABF57

Tints of Cream Can #EABF57

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

 BLUE value IS 87 (34.38% from 255) = 16.99%

R = 45.7%
G = 37.3%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EABF57 (or 0xEABF57) is known color: Cream Can. HEX triplet: EA, BF and 57. RGB value is (234,191,87). Sum of RGB (Red+Green+Blue) = 234+191+87=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF57 is #1540A8. Grayscale: #C0C0C0. Windows color (decimal): -1392809 or 5750762. OLE color: 5750762.

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

Color convert

RGB 234 191 87 -
CMYK 0 0.18 0.63 0.08
HSL 42.45º 0.78% 0.63% -
HSV(B) 42.45º 0.63% 0.92% -
XYZ 54.28 55.44 16.86 -
YUV 192 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 234 191 87 0 0.18 0.63 0.08 42.45 0.78 0.63
Hex EA BF 57 0 12 3F 8 2A 4E 3F
Octal 352 277 127 0 22 77 10 52 116 77
Binary 11101010 10111111 1010111 0 10010 111111 1000 101010 1001110 111111

Color Harmonies of #EABF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF57

Black with #EABF57

Text Example


Text Example

White with #EABF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF57; }

 p { color: rgb(234,191,87); }

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

background-color css

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

 a { background-color: rgb(234,191,87); }

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

border-color css

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

 span { border-color: rgb(234,191,87); }

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