Html Css Color HEX #ECB256 Casablanca

📋 copy color: '#ECB256'

red 236 ◦ green 178 ◦ blue 86

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

Shades of Casablanca #ECB256

Tints of Casablanca #ECB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 47.2%
G = 35.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB256 (or 0xECB256) is known color: Casablanca. HEX triplet: EC, B2 and 56. RGB value is (236,178,86). Sum of RGB (Red+Green+Blue) = 236+178+86=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB256 is #134DA9. Grayscale: #B9B9B9. Windows color (decimal): -1265066 or 5681900. OLE color: 5681900.

HSL color Cylindrical-coordinate representation of color #ECB256: hue angle of 36.8º 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 #ECB256 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 86 -
CMYK 0 0.25 0.64 0.07
HSL 36.8º 0.8% 0.63% -
HSV(B) 36.8º 0.64% 0.93% -
XYZ 52.19 50.35 15.77 -
YUV 184.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 236 178 86 0 0.25 0.64 0.07 36.8 0.8 0.63
Hex EC B2 56 0 19 40 7 25 50 3F
Octal 354 262 126 0 31 100 7 45 120 77
Binary 11101100 10110010 1010110 0 11001 1000000 111 100101 1010000 111111

Color Harmonies of #ECB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB256

Black with #ECB256

Text Example


Text Example

White with #ECB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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