Html Css Color HEX #EBC650 Cream Can

📋 copy color: '#EBC650'

red 235 ◦ green 198 ◦ blue 80

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

Shades of Cream Can #EBC650

Tints of Cream Can #EBC650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.6%

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

R = 45.81%
G = 38.6%
B = 15.59%

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

#EBC650 (or 0xEBC650) is known color: Cream Can. HEX triplet: EB, C6 and 50. RGB value is (235,198,80). Sum of RGB (Red+Green+Blue) = 235+198+80=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC650 is #1439AF. Grayscale: #C4C4C4. Windows color (decimal): -1325488 or 5293803. OLE color: 5293803.

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

Color convert

RGB 235 198 80 -
CMYK 0 0.16 0.66 0.08
HSL 45.68º 0.79% 0.62% -
HSV(B) 45.68º 0.66% 0.92% -
XYZ 55.9 58.63 15.96 -
YUV 195.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 235 198 80 0 0.16 0.66 0.08 45.68 0.79 0.62
Hex EB C6 50 0 10 42 8 2E 4F 3E
Octal 353 306 120 0 20 102 10 56 117 76
Binary 11101011 11000110 1010000 0 10000 1000010 1000 101110 1001111 111110

Color Harmonies of #EBC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC650

Black with #EBC650

Text Example


Text Example

White with #EBC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC650; }

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

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

background-color css

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

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

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

border-color css

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

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

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