Html Css Color HEX #ECB059 Casablanca

📋 copy color: '#ECB059'

red 236 ◦ green 176 ◦ blue 89

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

Shades of Casablanca #ECB059

Tints of Casablanca #ECB059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.76%

R = 47.11%
G = 35.13%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECB059 (or 0xECB059) is known color: Casablanca. HEX triplet: EC, B0 and 59. RGB value is (236,176,89). Sum of RGB (Red+Green+Blue) = 236+176+89=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB059 is #134FA6. Grayscale: #B8B8B8. Windows color (decimal): -1265575 or 5877996. OLE color: 5877996.

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

Color convert

RGB 236 176 89 -
CMYK 0 0.25 0.62 0.07
HSL 35.51º 0.79% 0.64% -
HSV(B) 35.51º 0.62% 0.93% -
XYZ 51.92 49.6 16.29 -
YUV 184.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 236 176 89 0 0.25 0.62 0.07 35.51 0.79 0.64
Hex EC B0 59 0 19 3E 7 24 4F 40
Octal 354 260 131 0 31 76 7 44 117 100
Binary 11101100 10110000 1011001 0 11001 111110 111 100100 1001111 1000000

Color Harmonies of #ECB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB059

Black with #ECB059

Text Example


Text Example

White with #ECB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB059; }

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

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

background-color css

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

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

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

border-color css

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

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

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