Html Css Color HEX #EBC550 Cream Can

📋 copy color: '#EBC550'

red 235 ◦ green 197 ◦ blue 80

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

Shades of Cream Can #EBC550

Tints of Cream Can #EBC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 45.9%
G = 38.48%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBC550 (or 0xEBC550) is known color: Cream Can. HEX triplet: EB, C5 and 50. RGB value is (235,197,80). Sum of RGB (Red+Green+Blue) = 235+197+80=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC550 is #143AAF. Grayscale: #C3C3C3. Windows color (decimal): -1325744 or 5293547. OLE color: 5293547.

HSL color Cylindrical-coordinate representation of color #EBC550: hue angle of 45.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBC550 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 80 -
CMYK 0 0.16 0.66 0.08
HSL 45.29º 0.79% 0.62% -
HSV(B) 45.29º 0.66% 0.92% -
XYZ 55.68 58.17 15.88 -
YUV 195.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 235 197 80 0 0.16 0.66 0.08 45.29 0.79 0.62
Hex EB C5 50 0 10 42 8 2D 4F 3E
Octal 353 305 120 0 20 102 10 55 117 76
Binary 11101011 11000101 1010000 0 10000 1000010 1000 101101 1001111 111110

Color Harmonies of #EBC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC550

Black with #EBC550

Text Example


Text Example

White with #EBC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC550; }

 p { color: rgb(235,197,80); }

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

background-color css

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

 a { background-color: rgb(235,197,80); }

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

border-color css

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

 span { border-color: rgb(235,197,80); }

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