Html Css Color HEX #ECA552 Casablanca

📋 copy color: '#ECA552'

red 236 ◦ green 165 ◦ blue 82

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

Shades of Casablanca #ECA552

Tints of Casablanca #ECA552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

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

R = 48.86%
G = 34.16%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECA552 (or 0xECA552) is known color: Casablanca. HEX triplet: EC, A5 and 52. RGB value is (236,165,82). Sum of RGB (Red+Green+Blue) = 236+165+82=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA552 is #135AAD. Grayscale: #B1B1B1. Windows color (decimal): -1268398 or 5416428. OLE color: 5416428.

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

Color convert

RGB 236 165 82 -
CMYK 0 0.30 0.65 0.07
HSL 32.34º 0.8% 0.62% -
HSV(B) 32.34º 0.65% 0.93% -
XYZ 49.57 45.35 14.12 -
YUV 176.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 236 165 82 0 0.30 0.65 0.07 32.34 0.8 0.62
Hex EC A5 52 0 1E 41 7 20 50 3E
Octal 354 245 122 0 36 101 7 40 120 76
Binary 11101100 10100101 1010010 0 11110 1000001 111 100000 1010000 111110

Color Harmonies of #ECA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA552

Black with #ECA552

Text Example


Text Example

White with #ECA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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