Html Css Color HEX #ECAC5C Casablanca

📋 copy color: '#ECAC5C'

red 236 ◦ green 172 ◦ blue 92

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

Shades of Casablanca #ECAC5C

Tints of Casablanca #ECAC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 92 (36.33% from 255) = 18.4%

R = 47.2%
G = 34.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECAC5C (or 0xECAC5C) is known color: Casablanca. HEX triplet: EC, AC and 5C. RGB value is (236,172,92). Sum of RGB (Red+Green+Blue) = 236+172+92=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC5C is #1353A3. Grayscale: #B6B6B6. Windows color (decimal): -1266596 or 6073580. OLE color: 6073580.

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

Color convert

RGB 236 172 92 -
CMYK 0 0.27 0.61 0.07
HSL 33.33º 0.79% 0.64% -
HSV(B) 33.33º 0.61% 0.93% -
XYZ 51.28 48.11 16.71 -
YUV 182.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 236 172 92 0 0.27 0.61 0.07 33.33 0.79 0.64
Hex EC AC 5C 0 1B 3D 7 21 4F 40
Octal 354 254 134 0 33 75 7 41 117 100
Binary 11101100 10101100 1011100 0 11011 111101 111 100001 1001111 1000000

Color Harmonies of #ECAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC5C

Black with #ECAC5C

Text Example


Text Example

White with #ECAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC5C; }

 p { color: rgb(236,172,92); }

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

background-color css

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

 a { background-color: rgb(236,172,92); }

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

border-color css

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

 span { border-color: rgb(236,172,92); }

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