Html Css Color HEX #ECA649 Casablanca

📋 copy color: '#ECA649'

red 236 ◦ green 166 ◦ blue 73

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

Shades of Casablanca #ECA649

Tints of Casablanca #ECA649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.37%

R = 49.68%
G = 34.95%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECA649 (or 0xECA649) is known color: Casablanca. HEX triplet: EC, A6 and 49. RGB value is (236,166,73). Sum of RGB (Red+Green+Blue) = 236+166+73=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA649 is #1359B6. Grayscale: #B0B0B0. Windows color (decimal): -1268151 or 4826860. OLE color: 4826860.

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

Color convert

RGB 236 166 73 -
CMYK 0 0.30 0.69 0.07
HSL 34.23º 0.81% 0.61% -
HSV(B) 34.23º 0.69% 0.93% -
XYZ 49.43 45.59 12.5 -
YUV 176.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 236 166 73 0 0.30 0.69 0.07 34.23 0.81 0.61
Hex EC A6 49 0 1E 45 7 22 51 3D
Octal 354 246 111 0 36 105 7 42 121 75
Binary 11101100 10100110 1001001 0 11110 1000101 111 100010 1010001 111101

Color Harmonies of #ECA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA649

Black with #ECA649

Text Example


Text Example

White with #ECA649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA649; }

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

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

background-color css

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

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

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

border-color css

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

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

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