Html Css Color HEX #ECB355 Casablanca

📋 copy color: '#ECB355'

red 236 ◦ green 179 ◦ blue 85

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

Shades of Casablanca #ECB355

Tints of Casablanca #ECB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.8%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 47.2%
G = 35.8%
B = 17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB355 (or 0xECB355) is known color: Casablanca. HEX triplet: EC, B3 and 55. RGB value is (236,179,85). Sum of RGB (Red+Green+Blue) = 236+179+85=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB355 is #134CAA. Grayscale: #B9B9B9. Windows color (decimal): -1264811 or 5616620. OLE color: 5616620.

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

Color convert

RGB 236 179 85 -
CMYK 0 0.24 0.64 0.07
HSL 37.35º 0.8% 0.63% -
HSV(B) 37.35º 0.64% 0.93% -
XYZ 52.35 50.73 15.63 -
YUV 185.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 236 179 85 0 0.24 0.64 0.07 37.35 0.8 0.63
Hex EC B3 55 0 18 40 7 25 50 3F
Octal 354 263 125 0 30 100 7 45 120 77
Binary 11101100 10110011 1010101 0 11000 1000000 111 100101 1010000 111111

Color Harmonies of #ECB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB355

Black with #ECB355

Text Example


Text Example

White with #ECB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB355; }

 p { color: rgb(236,179,85); }

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

background-color css

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

 a { background-color: rgb(236,179,85); }

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

border-color css

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

 span { border-color: rgb(236,179,85); }

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