Html Css Color HEX #ECAC4E Casablanca

📋 copy color: '#ECAC4E'

red 236 ◦ green 172 ◦ blue 78

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

Shades of Casablanca #ECAC4E

Tints of Casablanca #ECAC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.05%

R = 48.56%
G = 35.39%
B = 16.05%

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

#ECAC4E (or 0xECAC4E) is known color: Casablanca. HEX triplet: EC, AC and 4E. RGB value is (236,172,78). Sum of RGB (Red+Green+Blue) = 236+172+78=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC4E is #1353B1. Grayscale: #B4B4B4. Windows color (decimal): -1266610 or 5156076. OLE color: 5156076.

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

Color convert

RGB 236 172 78 -
CMYK 0 0.27 0.67 0.07
HSL 35.7º 0.81% 0.62% -
HSV(B) 35.7º 0.67% 0.93% -
XYZ 50.72 47.89 13.78 -
YUV 180.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 236 172 78 0 0.27 0.67 0.07 35.7 0.81 0.62
Hex EC AC 4E 0 1B 43 7 24 51 3E
Octal 354 254 116 0 33 103 7 44 121 76
Binary 11101100 10101100 1001110 0 11011 1000011 111 100100 1010001 111110

Color Harmonies of #ECAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC4E

Black with #ECAC4E

Text Example


Text Example

White with #ECAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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