Html Css Color HEX #EBC755 Cream Can

📋 copy color: '#EBC755'

red 235 ◦ green 199 ◦ blue 85

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

Shades of Cream Can #EBC755

Tints of Cream Can #EBC755

RGB

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

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

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

R = 45.28%
G = 38.34%
B = 16.38%

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

#EBC755 (or 0xEBC755) is known color: Cream Can. HEX triplet: EB, C7 and 55. RGB value is (235,199,85). Sum of RGB (Red+Green+Blue) = 235+199+85=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC755 is #1438AA. Grayscale: #C5C5C5. Windows color (decimal): -1325227 or 5621739. OLE color: 5621739.

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

Color convert

RGB 235 199 85 -
CMYK 0 0.15 0.64 0.08
HSL 45.6º 0.79% 0.63% -
HSV(B) 45.6º 0.64% 0.92% -
XYZ 56.32 59.16 17.05 -
YUV 196.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 235 199 85 0 0.15 0.64 0.08 45.6 0.79 0.63
Hex EB C7 55 0 F 40 8 2E 4F 3F
Octal 353 307 125 0 17 100 10 56 117 77
Binary 11101011 11000111 1010101 0 1111 1000000 1000 101110 1001111 111111

Color Harmonies of #EBC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC755

Black with #EBC755

Text Example


Text Example

White with #EBC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC755; }

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

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

background-color css

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

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

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

border-color css

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

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

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