Html Css Color HEX #ECB053 Casablanca

📋 copy color: '#ECB053'

red 236 ◦ green 176 ◦ blue 83

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

Shades of Casablanca #ECB053

Tints of Casablanca #ECB053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.77%

R = 47.68%
G = 35.56%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB053 (or 0xECB053) is known color: Casablanca. HEX triplet: EC, B0 and 53. RGB value is (236,176,83). Sum of RGB (Red+Green+Blue) = 236+176+83=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB053 is #134FAC. Grayscale: #B7B7B7. Windows color (decimal): -1265581 or 5484780. OLE color: 5484780.

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

Color convert

RGB 236 176 83 -
CMYK 0 0.25 0.65 0.07
HSL 36.47º 0.8% 0.63% -
HSV(B) 36.47º 0.65% 0.93% -
XYZ 51.68 49.51 15.02 -
YUV 183.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 236 176 83 0 0.25 0.65 0.07 36.47 0.8 0.63
Hex EC B0 53 0 19 41 7 24 50 3F
Octal 354 260 123 0 31 101 7 44 120 77
Binary 11101100 10110000 1010011 0 11001 1000001 111 100100 1010000 111111

Color Harmonies of #ECB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB053

Black with #ECB053

Text Example


Text Example

White with #ECB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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