Html Css Color HEX #ECB558 Casablanca

📋 copy color: '#ECB558'

red 236 ◦ green 181 ◦ blue 88

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

Shades of Casablanca #ECB558

Tints of Casablanca #ECB558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

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

R = 46.73%
G = 35.84%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB558 (or 0xECB558) is known color: Casablanca. HEX triplet: EC, B5 and 58. RGB value is (236,181,88). Sum of RGB (Red+Green+Blue) = 236+181+88=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB558 is #134AA7. Grayscale: #BBBBBB. Windows color (decimal): -1264296 or 5813740. OLE color: 5813740.

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

Color convert

RGB 236 181 88 -
CMYK 0 0.23 0.63 0.07
HSL 37.7º 0.8% 0.64% -
HSV(B) 37.7º 0.63% 0.93% -
XYZ 52.88 51.59 16.4 -
YUV 186.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 236 181 88 0 0.23 0.63 0.07 37.7 0.8 0.64
Hex EC B5 58 0 17 3F 7 26 50 40
Octal 354 265 130 0 27 77 7 46 120 100
Binary 11101100 10110101 1011000 0 10111 111111 111 100110 1010000 1000000

Color Harmonies of #ECB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB558

Black with #ECB558

Text Example


Text Example

White with #ECB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB558; }

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

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

background-color css

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

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

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

border-color css

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

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

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