Html Css Color HEX #ECB354 Casablanca

📋 copy color: '#ECB354'

red 236 ◦ green 179 ◦ blue 84

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

Shades of Casablanca #ECB354

Tints of Casablanca #ECB354

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 47.29%
G = 35.87%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB354 (or 0xECB354) is known color: Casablanca. HEX triplet: EC, B3 and 54. RGB value is (236,179,84). Sum of RGB (Red+Green+Blue) = 236+179+84=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB354 is #134CAB. Grayscale: #B9B9B9. Windows color (decimal): -1264812 or 5551084. OLE color: 5551084.

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

Color convert

RGB 236 179 84 -
CMYK 0 0.24 0.64 0.07
HSL 37.5º 0.8% 0.63% -
HSV(B) 37.5º 0.64% 0.93% -
XYZ 52.31 50.71 15.42 -
YUV 185.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 236 179 84 0 0.24 0.64 0.07 37.5 0.8 0.63
Hex EC B3 54 0 18 40 7 26 50 3F
Octal 354 263 124 0 30 100 7 46 120 77
Binary 11101100 10110011 1010100 0 11000 1000000 111 100110 1010000 111111

Color Harmonies of #ECB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB354

Black with #ECB354

Text Example


Text Example

White with #ECB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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