Html Css Color HEX #ECB255 Casablanca

📋 copy color: '#ECB255'

red 236 ◦ green 178 ◦ blue 85

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

Shades of Casablanca #ECB255

Tints of Casablanca #ECB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 47.29%
G = 35.67%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB255 (or 0xECB255) is known color: Casablanca. HEX triplet: EC, B2 and 55. RGB value is (236,178,85). Sum of RGB (Red+Green+Blue) = 236+178+85=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB255 is #134DAA. Grayscale: #B9B9B9. Windows color (decimal): -1265067 or 5616364. OLE color: 5616364.

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

Color convert

RGB 236 178 85 -
CMYK 0 0.25 0.64 0.07
HSL 36.95º 0.8% 0.63% -
HSV(B) 36.95º 0.64% 0.93% -
XYZ 52.15 50.33 15.56 -
YUV 184.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 236 178 85 0 0.25 0.64 0.07 36.95 0.8 0.63
Hex EC B2 55 0 19 40 7 25 50 3F
Octal 354 262 125 0 31 100 7 45 120 77
Binary 11101100 10110010 1010101 0 11001 1000000 111 100101 1010000 111111

Color Harmonies of #ECB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB255

Black with #ECB255

Text Example


Text Example

White with #ECB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB255; }

 p { color: rgb(236,178,85); }

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

background-color css

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

 a { background-color: rgb(236,178,85); }

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

border-color css

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

 span { border-color: rgb(236,178,85); }

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