Html Css Color HEX #ECAC4A Casablanca

📋 copy color: '#ECAC4A'

red 236 ◦ green 172 ◦ blue 74

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

Shades of Casablanca #ECAC4A

Tints of Casablanca #ECAC4A

RGB

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

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

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

R = 48.96%
G = 35.68%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECAC4A (or 0xECAC4A) is known color: Casablanca. HEX triplet: EC, AC and 4A. RGB value is (236,172,74). Sum of RGB (Red+Green+Blue) = 236+172+74=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC4A is #1353B5. Grayscale: #B4B4B4. Windows color (decimal): -1266614 or 4893932. OLE color: 4893932.

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

Color convert

RGB 236 172 74 -
CMYK 0 0.27 0.69 0.07
HSL 36.3º 0.81% 0.61% -
HSV(B) 36.3º 0.69% 0.93% -
XYZ 50.58 47.83 13.05 -
YUV 179.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 236 172 74 0 0.27 0.69 0.07 36.3 0.81 0.61
Hex EC AC 4A 0 1B 45 7 24 51 3D
Octal 354 254 112 0 33 105 7 44 121 75
Binary 11101100 10101100 1001010 0 11011 1000101 111 100100 1010001 111101

Color Harmonies of #ECAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC4A

Black with #ECAC4A

Text Example


Text Example

White with #ECAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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