Html Css Color HEX #EBC05B Cream Can

📋 copy color: '#EBC05B'

red 235 ◦ green 192 ◦ blue 91

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

Shades of Cream Can #EBC05B

Tints of Cream Can #EBC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

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

R = 45.37%
G = 37.07%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBC05B (or 0xEBC05B) is known color: Cream Can. HEX triplet: EB, C0 and 5B. RGB value is (235,192,91). Sum of RGB (Red+Green+Blue) = 235+192+91=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC05B is #143FA4. Grayscale: #C1C1C1. Windows color (decimal): -1327013 or 6013163. OLE color: 6013163.

HSL color Cylindrical-coordinate representation of color #EBC05B: hue angle of 42.08º 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 #EBC05B is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 91 -
CMYK 0 0.18 0.61 0.08
HSL 42.08º 0.78% 0.64% -
HSV(B) 42.08º 0.61% 0.92% -
XYZ 55 56.12 17.83 -
YUV 193.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 235 192 91 0 0.18 0.61 0.08 42.08 0.78 0.64
Hex EB C0 5B 0 12 3D 8 2A 4E 40
Octal 353 300 133 0 22 75 10 52 116 100
Binary 11101011 11000000 1011011 0 10010 111101 1000 101010 1001110 1000000

Color Harmonies of #EBC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC05B

Black with #EBC05B

Text Example


Text Example

White with #EBC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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