Html Css Color HEX #ECB047 Casablanca

📋 copy color: '#ECB047'

red 236 ◦ green 176 ◦ blue 71

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

Shades of Casablanca #ECB047

Tints of Casablanca #ECB047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.7%

R = 48.86%
G = 36.44%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECB047 (or 0xECB047) is known color: Casablanca. HEX triplet: EC, B0 and 47. RGB value is (236,176,71). Sum of RGB (Red+Green+Blue) = 236+176+71=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB047 is #134FB8. Grayscale: #B6B6B6. Windows color (decimal): -1265593 or 4698348. OLE color: 4698348.

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

Color convert

RGB 236 176 71 -
CMYK 0 0.25 0.70 0.07
HSL 38.18º 0.81% 0.6% -
HSV(B) 38.18º 0.7% 0.93% -
XYZ 51.25 49.34 12.78 -
YUV 181.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 236 176 71 0 0.25 0.70 0.07 38.18 0.81 0.6
Hex EC B0 47 0 19 46 7 26 51 3C
Octal 354 260 107 0 31 106 7 46 121 74
Binary 11101100 10110000 1000111 0 11001 1000110 111 100110 1010001 111100

Color Harmonies of #ECB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB047

Black with #ECB047

Text Example


Text Example

White with #ECB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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