Html Css Color HEX #ECB45D Casablanca

📋 copy color: '#ECB45D'

red 236 ◦ green 180 ◦ blue 93

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

Shades of Casablanca #ECB45D

Tints of Casablanca #ECB45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.27%

R = 46.37%
G = 35.36%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECB45D (or 0xECB45D) is known color: Casablanca. HEX triplet: EC, B4 and 5D. RGB value is (236,180,93). Sum of RGB (Red+Green+Blue) = 236+180+93=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB45D is #134BA2. Grayscale: #BBBBBB. Windows color (decimal): -1264547 or 6141164. OLE color: 6141164.

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

Color convert

RGB 236 180 93 -
CMYK 0 0.24 0.61 0.07
HSL 36.5º 0.79% 0.65% -
HSV(B) 36.5º 0.61% 0.93% -
XYZ 52.89 51.27 17.46 -
YUV 186.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 236 180 93 0 0.24 0.61 0.07 36.5 0.79 0.65
Hex EC B4 5D 0 18 3D 7 25 4F 41
Octal 354 264 135 0 30 75 7 45 117 101
Binary 11101100 10110100 1011101 0 11000 111101 111 100101 1001111 1000001

Color Harmonies of #ECB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB45D

Black with #ECB45D

Text Example


Text Example

White with #ECB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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