Html Css Color HEX #ECB358 Casablanca

📋 copy color: '#ECB358'

red 236 ◦ green 179 ◦ blue 88

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

Shades of Casablanca #ECB358

Tints of Casablanca #ECB358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

 BLUE value IS 88 (34.77% from 255) = 17.5%

R = 46.92%
G = 35.59%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB358 (or 0xECB358) is known color: Casablanca. HEX triplet: EC, B3 and 58. RGB value is (236,179,88). Sum of RGB (Red+Green+Blue) = 236+179+88=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB358 is #134CA7. Grayscale: #BABABA. Windows color (decimal): -1264808 or 5813228. OLE color: 5813228.

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

Color convert

RGB 236 179 88 -
CMYK 0 0.24 0.63 0.07
HSL 36.89º 0.8% 0.64% -
HSV(B) 36.89º 0.63% 0.93% -
XYZ 52.47 50.78 16.27 -
YUV 185.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 236 179 88 0 0.24 0.63 0.07 36.89 0.8 0.64
Hex EC B3 58 0 18 3F 7 25 50 40
Octal 354 263 130 0 30 77 7 45 120 100
Binary 11101100 10110011 1011000 0 11000 111111 111 100101 1010000 1000000

Color Harmonies of #ECB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB358

Black with #ECB358

Text Example


Text Example

White with #ECB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB358; }

 p { color: rgb(236,179,88); }

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

background-color css

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

 a { background-color: rgb(236,179,88); }

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

border-color css

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

 span { border-color: rgb(236,179,88); }

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