Html Css Color HEX #ECB352 Casablanca

📋 copy color: '#ECB352'

red 236 ◦ green 179 ◦ blue 82

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

Shades of Casablanca #ECB352

Tints of Casablanca #ECB352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 47.48%
G = 36.02%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB352 (or 0xECB352) is known color: Casablanca. HEX triplet: EC, B3 and 52. RGB value is (236,179,82). Sum of RGB (Red+Green+Blue) = 236+179+82=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB352 is #134CAD. Grayscale: #B9B9B9. Windows color (decimal): -1264814 or 5420012. OLE color: 5420012.

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

Color convert

RGB 236 179 82 -
CMYK 0 0.24 0.65 0.07
HSL 37.79º 0.8% 0.62% -
HSV(B) 37.79º 0.65% 0.93% -
XYZ 52.24 50.68 15.01 -
YUV 184.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 236 179 82 0 0.24 0.65 0.07 37.79 0.8 0.62
Hex EC B3 52 0 18 41 7 26 50 3E
Octal 354 263 122 0 30 101 7 46 120 76
Binary 11101100 10110011 1010010 0 11000 1000001 111 100110 1010000 111110

Color Harmonies of #ECB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB352

Black with #ECB352

Text Example


Text Example

White with #ECB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB352; }

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

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

background-color css

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

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

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

border-color css

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

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

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