Html Css Color HEX #EBC25B Cream Can

📋 copy color: '#EBC25B'

red 235 ◦ green 194 ◦ blue 91

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

Shades of Cream Can #EBC25B

Tints of Cream Can #EBC25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 45.19%
G = 37.31%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBC25B (or 0xEBC25B) is known color: Cream Can. HEX triplet: EB, C2 and 5B. RGB value is (235,194,91). Sum of RGB (Red+Green+Blue) = 235+194+91=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC25B is #143DA4. Grayscale: #C2C2C2. Windows color (decimal): -1326501 or 6013675. OLE color: 6013675.

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

Color convert

RGB 235 194 91 -
CMYK 0 0.17 0.61 0.08
HSL 42.92º 0.78% 0.64% -
HSV(B) 42.92º 0.61% 0.92% -
XYZ 55.44 57 17.98 -
YUV 194.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 235 194 91 0 0.17 0.61 0.08 42.92 0.78 0.64
Hex EB C2 5B 0 11 3D 8 2B 4E 40
Octal 353 302 133 0 21 75 10 53 116 100
Binary 11101011 11000010 1011011 0 10001 111101 1000 101011 1001110 1000000

Color Harmonies of #EBC25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC25B

Black with #EBC25B

Text Example


Text Example

White with #EBC25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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