Html Css Color HEX #ECA550 Casablanca

📋 copy color: '#ECA550'

red 236 ◦ green 165 ◦ blue 80

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

Shades of Casablanca #ECA550

Tints of Casablanca #ECA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 49.06%
G = 34.3%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECA550 (or 0xECA550) is known color: Casablanca. HEX triplet: EC, A5 and 50. RGB value is (236,165,80). Sum of RGB (Red+Green+Blue) = 236+165+80=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA550 is #135AAF. Grayscale: #B0B0B0. Windows color (decimal): -1268400 or 5285356. OLE color: 5285356.

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

Color convert

RGB 236 165 80 -
CMYK 0 0.30 0.66 0.07
HSL 32.69º 0.8% 0.62% -
HSV(B) 32.69º 0.66% 0.93% -
XYZ 49.5 45.32 13.73 -
YUV 176.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 236 165 80 0 0.30 0.66 0.07 32.69 0.8 0.62
Hex EC A5 50 0 1E 42 7 21 50 3E
Octal 354 245 120 0 36 102 7 41 120 76
Binary 11101100 10100101 1010000 0 11110 1000010 111 100001 1010000 111110

Color Harmonies of #ECA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA550

Black with #ECA550

Text Example


Text Example

White with #ECA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA550; }

 p { color: rgb(236,165,80); }

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

background-color css

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

 a { background-color: rgb(236,165,80); }

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

border-color css

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

 span { border-color: rgb(236,165,80); }

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