Html Css Color HEX #EAC655 Cream Can

📋 copy color: '#EAC655'

red 234 ◦ green 198 ◦ blue 85

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

Shades of Cream Can #EAC655

Tints of Cream Can #EAC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 85 (33.59% from 255) = 16.44%

R = 45.26%
G = 38.3%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAC655 (or 0xEAC655) is known color: Cream Can. HEX triplet: EA, C6 and 55. RGB value is (234,198,85). Sum of RGB (Red+Green+Blue) = 234+198+85=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC655 is #1539AA. Grayscale: #C4C4C4. Windows color (decimal): -1391019 or 5621482. OLE color: 5621482.

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

Color convert

RGB 234 198 85 -
CMYK 0 0.15 0.64 0.08
HSL 45.5º 0.78% 0.63% -
HSV(B) 45.5º 0.64% 0.92% -
XYZ 55.77 58.54 16.95 -
YUV 195.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 234 198 85 0 0.15 0.64 0.08 45.5 0.78 0.63
Hex EA C6 55 0 F 40 8 2E 4E 3F
Octal 352 306 125 0 17 100 10 56 116 77
Binary 11101010 11000110 1010101 0 1111 1000000 1000 101110 1001110 111111

Color Harmonies of #EAC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC655

Black with #EAC655

Text Example


Text Example

White with #EAC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC655; }

 p { color: rgb(234,198,85); }

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

background-color css

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

 a { background-color: rgb(234,198,85); }

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

border-color css

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

 span { border-color: rgb(234,198,85); }

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