Html Css Color HEX #ECA754 Casablanca

📋 copy color: '#ECA754'

red 236 ◦ green 167 ◦ blue 84

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

Shades of Casablanca #ECA754

Tints of Casablanca #ECA754

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

 BLUE value IS 84 (33.2% from 255) = 17.25%

R = 48.46%
G = 34.29%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECA754 (or 0xECA754) is known color: Casablanca. HEX triplet: EC, A7 and 54. RGB value is (236,167,84). Sum of RGB (Red+Green+Blue) = 236+167+84=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA754 is #1358AB. Grayscale: #B2B2B2. Windows color (decimal): -1267884 or 5548012. OLE color: 5548012.

HSL color Cylindrical-coordinate representation of color #ECA754: hue angle of 32.76º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECA754 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 167 84 -
CMYK 0 0.29 0.64 0.07
HSL 32.76º 0.8% 0.63% -
HSV(B) 32.76º 0.64% 0.93% -
XYZ 50.01 46.11 14.65 -
YUV 178.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 236 167 84 0 0.29 0.64 0.07 32.76 0.8 0.63
Hex EC A7 54 0 1D 40 7 21 50 3F
Octal 354 247 124 0 35 100 7 41 120 77
Binary 11101100 10100111 1010100 0 11101 1000000 111 100001 1010000 111111

Color Harmonies of #ECA754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA754

Black with #ECA754

Text Example


Text Example

White with #ECA754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA754; }

 p { color: rgb(236,167,84); }

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

background-color css

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

 a { background-color: rgb(236,167,84); }

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

border-color css

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

 span { border-color: rgb(236,167,84); }

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