Html Css Color HEX #ECAB5B Casablanca

📋 copy color: '#ECAB5B'

red 236 ◦ green 171 ◦ blue 91

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

Shades of Casablanca #ECAB5B

Tints of Casablanca #ECAB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

 BLUE value IS 91 (35.94% from 255) = 18.27%

R = 47.39%
G = 34.34%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECAB5B (or 0xECAB5B) is known color: Casablanca. HEX triplet: EC, AB and 5B. RGB value is (236,171,91). Sum of RGB (Red+Green+Blue) = 236+171+91=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB5B is #1354A4. Grayscale: #B5B5B5. Windows color (decimal): -1266853 or 6007788. OLE color: 6007788.

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

Color convert

RGB 236 171 91 -
CMYK 0 0.28 0.61 0.07
HSL 33.1º 0.79% 0.64% -
HSV(B) 33.1º 0.61% 0.93% -
XYZ 51.04 47.71 16.42 -
YUV 181.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 236 171 91 0 0.28 0.61 0.07 33.1 0.79 0.64
Hex EC AB 5B 0 1C 3D 7 21 4F 40
Octal 354 253 133 0 34 75 7 41 117 100
Binary 11101100 10101011 1011011 0 11100 111101 111 100001 1001111 1000000

Color Harmonies of #ECAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB5B

Black with #ECAB5B

Text Example


Text Example

White with #ECAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB5B; }

 p { color: rgb(236,171,91); }

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

background-color css

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

 a { background-color: rgb(236,171,91); }

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

border-color css

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

 span { border-color: rgb(236,171,91); }

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