Html Css Color HEX #ECBD56 Cream Can

📋 copy color: '#ECBD56'

red 236 ◦ green 189 ◦ blue 86

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

Shades of Cream Can #ECBD56

Tints of Cream Can #ECBD56

RGB

 RED value IS 236 (92.58% from 255) = 46.18%

 GREEN value IS 189 (74.22% from 255) = 36.99%

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 46.18%
G = 36.99%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECBD56 (or 0xECBD56) is known color: Cream Can. HEX triplet: EC, BD and 56. RGB value is (236,189,86). Sum of RGB (Red+Green+Blue) = 236+189+86=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD56 is #1342A9. Grayscale: #BFBFBF. Windows color (decimal): -1262250 or 5684716. OLE color: 5684716.

HSL color Cylindrical-coordinate representation of color #ECBD56: hue angle of 41.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECBD56 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 189 86 -
CMYK 0 0.20 0.64 0.07
HSL 41.2º 0.8% 0.63% -
HSV(B) 41.2º 0.64% 0.93% -
XYZ 54.47 54.9 16.53 -
YUV 191.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 236 189 86 0 0.20 0.64 0.07 41.2 0.8 0.63
Hex EC BD 56 0 14 40 7 29 50 3F
Octal 354 275 126 0 24 100 7 51 120 77
Binary 11101100 10111101 1010110 0 10100 1000000 111 101001 1010000 111111

Color Harmonies of #ECBD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD56

Black with #ECBD56

Text Example


Text Example

White with #ECBD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD56; }

 p { color: rgb(236,189,86); }

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

background-color css

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

 a { background-color: rgb(236,189,86); }

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

border-color css

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

 span { border-color: rgb(236,189,86); }

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