Html Css Color HEX #ECAB4D Casablanca

📋 copy color: '#ECAB4D'

red 236 ◦ green 171 ◦ blue 77

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

Shades of Casablanca #ECAB4D

Tints of Casablanca #ECAB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 48.76%
G = 35.33%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECAB4D (or 0xECAB4D) is known color: Casablanca. HEX triplet: EC, AB and 4D. RGB value is (236,171,77). Sum of RGB (Red+Green+Blue) = 236+171+77=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB4D is #1354B2. Grayscale: #B4B4B4. Windows color (decimal): -1266867 or 5090284. OLE color: 5090284.

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

Color convert

RGB 236 171 77 -
CMYK 0 0.28 0.67 0.07
HSL 35.47º 0.81% 0.61% -
HSV(B) 35.47º 0.67% 0.93% -
XYZ 50.49 47.49 13.53 -
YUV 179.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 236 171 77 0 0.28 0.67 0.07 35.47 0.81 0.61
Hex EC AB 4D 0 1C 43 7 23 51 3D
Octal 354 253 115 0 34 103 7 43 121 75
Binary 11101100 10101011 1001101 0 11100 1000011 111 100011 1010001 111101

Color Harmonies of #ECAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB4D

Black with #ECAB4D

Text Example


Text Example

White with #ECAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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