Html Css Color HEX #ECB048 Casablanca

📋 copy color: '#ECB048'

red 236 ◦ green 176 ◦ blue 72

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

Shades of Casablanca #ECB048

Tints of Casablanca #ECB048

RGB

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

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

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

R = 48.76%
G = 36.36%
B = 14.88%

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

#ECB048 (or 0xECB048) is known color: Casablanca. HEX triplet: EC, B0 and 48. RGB value is (236,176,72). Sum of RGB (Red+Green+Blue) = 236+176+72=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB048 is #134FB7. Grayscale: #B6B6B6. Windows color (decimal): -1265592 or 4763884. OLE color: 4763884.

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

Color convert

RGB 236 176 72 -
CMYK 0 0.25 0.69 0.07
HSL 38.05º 0.81% 0.6% -
HSV(B) 38.05º 0.69% 0.93% -
XYZ 51.29 49.35 12.95 -
YUV 182.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 236 176 72 0 0.25 0.69 0.07 38.05 0.81 0.6
Hex EC B0 48 0 19 45 7 26 51 3C
Octal 354 260 110 0 31 105 7 46 121 74
Binary 11101100 10110000 1001000 0 11001 1000101 111 100110 1010001 111100

Color Harmonies of #ECB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB048

Black with #ECB048

Text Example


Text Example

White with #ECB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB048; }

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

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

background-color css

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

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

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

border-color css

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

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

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