Html Css Color HEX #ECB459 Casablanca

📋 copy color: '#ECB459'

red 236 ◦ green 180 ◦ blue 89

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

Shades of Casablanca #ECB459

Tints of Casablanca #ECB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 46.73%
G = 35.64%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECB459 (or 0xECB459) is known color: Casablanca. HEX triplet: EC, B4 and 59. RGB value is (236,180,89). Sum of RGB (Red+Green+Blue) = 236+180+89=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB459 is #134BA6. Grayscale: #BABABA. Windows color (decimal): -1264551 or 5879020. OLE color: 5879020.

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

Color convert

RGB 236 180 89 -
CMYK 0 0.24 0.62 0.07
HSL 37.14º 0.79% 0.64% -
HSV(B) 37.14º 0.62% 0.93% -
XYZ 52.72 51.2 16.55 -
YUV 186.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 236 180 89 0 0.24 0.62 0.07 37.14 0.79 0.64
Hex EC B4 59 0 18 3E 7 25 4F 40
Octal 354 264 131 0 30 76 7 45 117 100
Binary 11101100 10110100 1011001 0 11000 111110 111 100101 1001111 1000000

Color Harmonies of #ECB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB459

Black with #ECB459

Text Example


Text Example

White with #ECB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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