Html Css Color HEX #ECA748 Casablanca

📋 copy color: '#ECA748'

red 236 ◦ green 167 ◦ blue 72

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

Shades of Casablanca #ECA748

Tints of Casablanca #ECA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 49.68%
G = 35.16%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECA748 (or 0xECA748) is known color: Casablanca. HEX triplet: EC, A7 and 48. RGB value is (236,167,72). Sum of RGB (Red+Green+Blue) = 236+167+72=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA748 is #1358B7. Grayscale: #B1B1B1. Windows color (decimal): -1267896 or 4761580. OLE color: 4761580.

HSL color Cylindrical-coordinate representation of color #ECA748: hue angle of 34.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECA748 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 167 72 -
CMYK 0 0.29 0.69 0.07
HSL 34.76º 0.81% 0.6% -
HSV(B) 34.76º 0.69% 0.93% -
XYZ 49.58 45.94 12.38 -
YUV 176.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 236 167 72 0 0.29 0.69 0.07 34.76 0.81 0.6
Hex EC A7 48 0 1D 45 7 23 51 3C
Octal 354 247 110 0 35 105 7 43 121 74
Binary 11101100 10100111 1001000 0 11101 1000101 111 100011 1010001 111100

Color Harmonies of #ECA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA748

Black with #ECA748

Text Example


Text Example

White with #ECA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA748; }

 p { color: rgb(236,167,72); }

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

background-color css

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

 a { background-color: rgb(236,167,72); }

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

border-color css

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

 span { border-color: rgb(236,167,72); }

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