Html Css Color HEX #EBC354 Cream Can

📋 copy color: '#EBC354'

red 235 ◦ green 195 ◦ blue 84

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

Shades of Cream Can #EBC354

Tints of Cream Can #EBC354

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 84 (33.2% from 255) = 16.34%

R = 45.72%
G = 37.94%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBC354 (or 0xEBC354) is known color: Cream Can. HEX triplet: EB, C3 and 54. RGB value is (235,195,84). Sum of RGB (Red+Green+Blue) = 235+195+84=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC354 is #143CAB. Grayscale: #C2C2C2. Windows color (decimal): -1326252 or 5555179. OLE color: 5555179.

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

Color convert

RGB 235 195 84 -
CMYK 0 0.17 0.64 0.08
HSL 44.11º 0.79% 0.63% -
HSV(B) 44.11º 0.64% 0.92% -
XYZ 55.38 57.33 16.54 -
YUV 194.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 235 195 84 0 0.17 0.64 0.08 44.11 0.79 0.63
Hex EB C3 54 0 11 40 8 2C 4F 3F
Octal 353 303 124 0 21 100 10 54 117 77
Binary 11101011 11000011 1010100 0 10001 1000000 1000 101100 1001111 111111

Color Harmonies of #EBC354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC354

Black with #EBC354

Text Example


Text Example

White with #EBC354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC354; }

 p { color: rgb(235,195,84); }

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

background-color css

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

 a { background-color: rgb(235,195,84); }

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

border-color css

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

 span { border-color: rgb(235,195,84); }

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