Html Css Color HEX #ECA650 Casablanca

📋 copy color: '#ECA650'

red 236 ◦ green 166 ◦ blue 80

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

Shades of Casablanca #ECA650

Tints of Casablanca #ECA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

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

R = 48.96%
G = 34.44%
B = 16.6%

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

#ECA650 (or 0xECA650) is known color: Casablanca. HEX triplet: EC, A6 and 50. RGB value is (236,166,80). Sum of RGB (Red+Green+Blue) = 236+166+80=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA650 is #1359AF. Grayscale: #B1B1B1. Windows color (decimal): -1268144 or 5285612. OLE color: 5285612.

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

Color convert

RGB 236 166 80 -
CMYK 0 0.30 0.66 0.07
HSL 33.08º 0.8% 0.62% -
HSV(B) 33.08º 0.66% 0.93% -
XYZ 49.68 45.68 13.79 -
YUV 177.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 236 166 80 0 0.30 0.66 0.07 33.08 0.8 0.62
Hex EC A6 50 0 1E 42 7 21 50 3E
Octal 354 246 120 0 36 102 7 41 120 76
Binary 11101100 10100110 1010000 0 11110 1000010 111 100001 1010000 111110

Color Harmonies of #ECA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA650

Black with #ECA650

Text Example


Text Example

White with #ECA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA650; }

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

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

background-color css

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

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

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

border-color css

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

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

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