Html Css Color HEX #EBC756 Cream Can

📋 copy color: '#EBC756'

red 235 ◦ green 199 ◦ blue 86

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

Shades of Cream Can #EBC756

Tints of Cream Can #EBC756

RGB

 RED value IS 235 (92.19% from 255) = 45.19%

 GREEN value IS 199 (78.13% from 255) = 38.27%

 BLUE value IS 86 (33.98% from 255) = 16.54%

R = 45.19%
G = 38.27%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBC756 (or 0xEBC756) is known color: Cream Can. HEX triplet: EB, C7 and 56. RGB value is (235,199,86). Sum of RGB (Red+Green+Blue) = 235+199+86=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC756 is #1438A9. Grayscale: #C5C5C5. Windows color (decimal): -1325226 or 5687275. OLE color: 5687275.

HSL color Cylindrical-coordinate representation of color #EBC756: hue angle of 45.5º degrees, saturation: 0.79, 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 #EBC756 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 86 -
CMYK 0 0.15 0.63 0.08
HSL 45.5º 0.79% 0.63% -
HSV(B) 45.5º 0.63% 0.92% -
XYZ 56.36 59.18 17.26 -
YUV 196.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 235 199 86 0 0.15 0.63 0.08 45.5 0.79 0.63
Hex EB C7 56 0 F 3F 8 2E 4F 3F
Octal 353 307 126 0 17 77 10 56 117 77
Binary 11101011 11000111 1010110 0 1111 111111 1000 101110 1001111 111111

Color Harmonies of #EBC756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC756

Black with #EBC756

Text Example


Text Example

White with #EBC756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC756; }

 p { color: rgb(235,199,86); }

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

background-color css

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

 a { background-color: rgb(235,199,86); }

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

border-color css

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

 span { border-color: rgb(235,199,86); }

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