Html Css Color HEX #ECB154 Casablanca

📋 copy color: '#ECB154'

red 236 ◦ green 177 ◦ blue 84

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

Shades of Casablanca #ECB154

Tints of Casablanca #ECB154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

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

R = 47.48%
G = 35.61%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB154 (or 0xECB154) is known color: Casablanca. HEX triplet: EC, B1 and 54. RGB value is (236,177,84). Sum of RGB (Red+Green+Blue) = 236+177+84=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB154 is #134EAB. Grayscale: #B8B8B8. Windows color (decimal): -1265324 or 5550572. OLE color: 5550572.

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

Color convert

RGB 236 177 84 -
CMYK 0 0.25 0.64 0.07
HSL 36.71º 0.8% 0.63% -
HSV(B) 36.71º 0.64% 0.93% -
XYZ 51.91 49.92 15.29 -
YUV 184.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 236 177 84 0 0.25 0.64 0.07 36.71 0.8 0.63
Hex EC B1 54 0 19 40 7 25 50 3F
Octal 354 261 124 0 31 100 7 45 120 77
Binary 11101100 10110001 1010100 0 11001 1000000 111 100101 1010000 111111

Color Harmonies of #ECB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB154

Black with #ECB154

Text Example


Text Example

White with #ECB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB154; }

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

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

background-color css

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

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

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

border-color css

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

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

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