Html Css Color HEX #ECAA4B Casablanca

📋 copy color: '#ECAA4B'

red 236 ◦ green 170 ◦ blue 75

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

Shades of Casablanca #ECAA4B

Tints of Casablanca #ECAA4B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 75 (29.69% from 255) = 15.59%

R = 49.06%
G = 35.34%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECAA4B (or 0xECAA4B) is known color: Casablanca. HEX triplet: EC, AA and 4B. RGB value is (236,170,75). Sum of RGB (Red+Green+Blue) = 236+170+75=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA4B is #1355B4. Grayscale: #B3B3B3. Windows color (decimal): -1267125 or 4958956. OLE color: 4958956.

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

Color convert

RGB 236 170 75 -
CMYK 0 0.28 0.68 0.07
HSL 35.4º 0.81% 0.61% -
HSV(B) 35.4º 0.68% 0.93% -
XYZ 50.24 47.09 13.1 -
YUV 178.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 236 170 75 0 0.28 0.68 0.07 35.4 0.81 0.61
Hex EC AA 4B 0 1C 44 7 23 51 3D
Octal 354 252 113 0 34 104 7 43 121 75
Binary 11101100 10101010 1001011 0 11100 1000100 111 100011 1010001 111101

Color Harmonies of #ECAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA4B

Black with #ECAA4B

Text Example


Text Example

White with #ECAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA4B; }

 p { color: rgb(236,170,75); }

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

background-color css

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

 a { background-color: rgb(236,170,75); }

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

border-color css

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

 span { border-color: rgb(236,170,75); }

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