Html Css Color HEX #ECB158 Casablanca

📋 copy color: '#ECB158'

red 236 ◦ green 177 ◦ blue 88

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

Shades of Casablanca #ECB158

Tints of Casablanca #ECB158

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

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

R = 47.11%
G = 35.33%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB158 (or 0xECB158) is known color: Casablanca. HEX triplet: EC, B1 and 58. RGB value is (236,177,88). Sum of RGB (Red+Green+Blue) = 236+177+88=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB158 is #134EA7. Grayscale: #B8B8B8. Windows color (decimal): -1265320 or 5812716. OLE color: 5812716.

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

Color convert

RGB 236 177 88 -
CMYK 0 0.25 0.63 0.07
HSL 36.08º 0.8% 0.64% -
HSV(B) 36.08º 0.63% 0.93% -
XYZ 52.08 49.98 16.14 -
YUV 184.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 236 177 88 0 0.25 0.63 0.07 36.08 0.8 0.64
Hex EC B1 58 0 19 3F 7 24 50 40
Octal 354 261 130 0 31 77 7 44 120 100
Binary 11101100 10110001 1011000 0 11001 111111 111 100100 1010000 1000000

Color Harmonies of #ECB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB158

Black with #ECB158

Text Example


Text Example

White with #ECB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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