Html Css Color HEX #ECA551 Casablanca

📋 copy color: '#ECA551'

red 236 ◦ green 165 ◦ blue 81

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

Shades of Casablanca #ECA551

Tints of Casablanca #ECA551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.8%

R = 48.96%
G = 34.23%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECA551 (or 0xECA551) is known color: Casablanca. HEX triplet: EC, A5 and 51. RGB value is (236,165,81). Sum of RGB (Red+Green+Blue) = 236+165+81=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA551 is #135AAE. Grayscale: #B1B1B1. Windows color (decimal): -1268399 or 5350892. OLE color: 5350892.

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

Color convert

RGB 236 165 81 -
CMYK 0 0.30 0.66 0.07
HSL 32.52º 0.8% 0.62% -
HSV(B) 32.52º 0.66% 0.93% -
XYZ 49.53 45.34 13.92 -
YUV 176.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 236 165 81 0 0.30 0.66 0.07 32.52 0.8 0.62
Hex EC A5 51 0 1E 42 7 21 50 3E
Octal 354 245 121 0 36 102 7 41 120 76
Binary 11101100 10100101 1010001 0 11110 1000010 111 100001 1010000 111110

Color Harmonies of #ECA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA551

Black with #ECA551

Text Example


Text Example

White with #ECA551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA551; }

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

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

background-color css

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

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

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

border-color css

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

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

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