Html Css Color HEX #ECA652 Casablanca

📋 copy color: '#ECA652'

red 236 ◦ green 166 ◦ blue 82

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

Shades of Casablanca #ECA652

Tints of Casablanca #ECA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

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

R = 48.76%
G = 34.3%
B = 16.94%

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

#ECA652 (or 0xECA652) is known color: Casablanca. HEX triplet: EC, A6 and 52. RGB value is (236,166,82). Sum of RGB (Red+Green+Blue) = 236+166+82=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA652 is #1359AD. Grayscale: #B1B1B1. Windows color (decimal): -1268142 or 5416684. OLE color: 5416684.

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

Color convert

RGB 236 166 82 -
CMYK 0 0.30 0.65 0.07
HSL 32.73º 0.8% 0.62% -
HSV(B) 32.73º 0.65% 0.93% -
XYZ 49.75 45.71 14.18 -
YUV 177.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 236 166 82 0 0.30 0.65 0.07 32.73 0.8 0.62
Hex EC A6 52 0 1E 41 7 21 50 3E
Octal 354 246 122 0 36 101 7 41 120 76
Binary 11101100 10100110 1010010 0 11110 1000001 111 100001 1010000 111110

Color Harmonies of #ECA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA652

Black with #ECA652

Text Example


Text Example

White with #ECA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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