Html Css Color HEX #ECB056 Casablanca

📋 copy color: '#ECB056'

red 236 ◦ green 176 ◦ blue 86

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

Shades of Casablanca #ECB056

Tints of Casablanca #ECB056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

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

R = 47.39%
G = 35.34%
B = 17.27%

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

#ECB056 (or 0xECB056) is known color: Casablanca. HEX triplet: EC, B0 and 56. RGB value is (236,176,86). Sum of RGB (Red+Green+Blue) = 236+176+86=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB056 is #134FA9. Grayscale: #B8B8B8. Windows color (decimal): -1265578 or 5681388. OLE color: 5681388.

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

Color convert

RGB 236 176 86 -
CMYK 0 0.25 0.64 0.07
HSL 36º 0.8% 0.63% -
HSV(B) 36º 0.64% 0.93% -
XYZ 51.8 49.56 15.64 -
YUV 183.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 236 176 86 0 0.25 0.64 0.07 36 0.8 0.63
Hex EC B0 56 0 19 40 7 24 50 3F
Octal 354 260 126 0 31 100 7 44 120 77
Binary 11101100 10110000 1010110 0 11001 1000000 111 100100 1010000 111111

Color Harmonies of #ECB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB056

Black with #ECB056

Text Example


Text Example

White with #ECB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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