Html Css Color HEX #ECB049 Casablanca

📋 copy color: '#ECB049'

red 236 ◦ green 176 ◦ blue 73

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

Shades of Casablanca #ECB049

Tints of Casablanca #ECB049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 48.66%
G = 36.29%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB049 (or 0xECB049) is known color: Casablanca. HEX triplet: EC, B0 and 49. RGB value is (236,176,73). Sum of RGB (Red+Green+Blue) = 236+176+73=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB049 is #134FB6. Grayscale: #B6B6B6. Windows color (decimal): -1265591 or 4829420. OLE color: 4829420.

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

Color convert

RGB 236 176 73 -
CMYK 0 0.25 0.69 0.07
HSL 37.91º 0.81% 0.61% -
HSV(B) 37.91º 0.69% 0.93% -
XYZ 51.32 49.36 13.13 -
YUV 182.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 236 176 73 0 0.25 0.69 0.07 37.91 0.81 0.61
Hex EC B0 49 0 19 45 7 26 51 3D
Octal 354 260 111 0 31 105 7 46 121 75
Binary 11101100 10110000 1001001 0 11001 1000101 111 100110 1010001 111101

Color Harmonies of #ECB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB049

Black with #ECB049

Text Example


Text Example

White with #ECB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB049; }

 p { color: rgb(236,176,73); }

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

background-color css

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

 a { background-color: rgb(236,176,73); }

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

border-color css

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

 span { border-color: rgb(236,176,73); }

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