Html Css Color HEX #EBC95B Cream Can

📋 copy color: '#EBC95B'

red 235 ◦ green 201 ◦ blue 91

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

Shades of Cream Can #EBC95B

Tints of Cream Can #EBC95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 91 (35.94% from 255) = 17.27%

R = 44.59%
G = 38.14%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBC95B (or 0xEBC95B) is known color: Cream Can. HEX triplet: EB, C9 and 5B. RGB value is (235,201,91). Sum of RGB (Red+Green+Blue) = 235+201+91=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC95B is #1436A4. Grayscale: #C7C7C7. Windows color (decimal): -1324709 or 6015467. OLE color: 6015467.

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

Color convert

RGB 235 201 91 -
CMYK 0 0.14 0.61 0.08
HSL 45.83º 0.78% 0.64% -
HSV(B) 45.83º 0.61% 0.92% -
XYZ 57.04 60.19 18.51 -
YUV 198.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 235 201 91 0 0.14 0.61 0.08 45.83 0.78 0.64
Hex EB C9 5B 0 E 3D 8 2E 4E 40
Octal 353 311 133 0 16 75 10 56 116 100
Binary 11101011 11001001 1011011 0 1110 111101 1000 101110 1001110 1000000

Color Harmonies of #EBC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC95B

Black with #EBC95B

Text Example


Text Example

White with #EBC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC95B; }

 p { color: rgb(235,201,91); }

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

background-color css

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

 a { background-color: rgb(235,201,91); }

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

border-color css

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

 span { border-color: rgb(235,201,91); }

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