Html Css Color HEX #ECAC4D Casablanca

📋 copy color: '#ECAC4D'

red 236 ◦ green 172 ◦ blue 77

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

Shades of Casablanca #ECAC4D

Tints of Casablanca #ECAC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.88%

R = 48.66%
G = 35.46%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECAC4D (or 0xECAC4D) is known color: Casablanca. HEX triplet: EC, AC and 4D. RGB value is (236,172,77). Sum of RGB (Red+Green+Blue) = 236+172+77=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC4D is #1353B2. Grayscale: #B4B4B4. Windows color (decimal): -1266611 or 5090540. OLE color: 5090540.

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

Color convert

RGB 236 172 77 -
CMYK 0 0.27 0.67 0.07
HSL 35.85º 0.81% 0.61% -
HSV(B) 35.85º 0.67% 0.93% -
XYZ 50.68 47.87 13.59 -
YUV 180.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 236 172 77 0 0.27 0.67 0.07 35.85 0.81 0.61
Hex EC AC 4D 0 1B 43 7 24 51 3D
Octal 354 254 115 0 33 103 7 44 121 75
Binary 11101100 10101100 1001101 0 11011 1000011 111 100100 1010001 111101

Color Harmonies of #ECAC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC4D

Black with #ECAC4D

Text Example


Text Example

White with #ECAC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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