Html Css Color HEX #ECAA4A Casablanca

📋 copy color: '#ECAA4A'

red 236 ◦ green 170 ◦ blue 74

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

Shades of Casablanca #ECAA4A

Tints of Casablanca #ECAA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 49.17%
G = 35.42%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECAA4A (or 0xECAA4A) is known color: Casablanca. HEX triplet: EC, AA and 4A. RGB value is (236,170,74). Sum of RGB (Red+Green+Blue) = 236+170+74=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA4A is #1355B5. Grayscale: #B3B3B3. Windows color (decimal): -1267126 or 4893420. OLE color: 4893420.

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

Color convert

RGB 236 170 74 -
CMYK 0 0.28 0.69 0.07
HSL 35.56º 0.81% 0.61% -
HSV(B) 35.56º 0.69% 0.93% -
XYZ 50.2 47.08 12.92 -
YUV 178.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 236 170 74 0 0.28 0.69 0.07 35.56 0.81 0.61
Hex EC AA 4A 0 1C 45 7 24 51 3D
Octal 354 252 112 0 34 105 7 44 121 75
Binary 11101100 10101010 1001010 0 11100 1000101 111 100100 1010001 111101

Color Harmonies of #ECAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA4A

Black with #ECAA4A

Text Example


Text Example

White with #ECAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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