Html Css Color HEX #ECB253 Casablanca

📋 copy color: '#ECB253'

red 236 ◦ green 178 ◦ blue 83

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

Shades of Casablanca #ECB253

Tints of Casablanca #ECB253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.7%

R = 47.48%
G = 35.81%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB253 (or 0xECB253) is known color: Casablanca. HEX triplet: EC, B2 and 53. RGB value is (236,178,83). Sum of RGB (Red+Green+Blue) = 236+178+83=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB253 is #134DAC. Grayscale: #B8B8B8. Windows color (decimal): -1265069 or 5485292. OLE color: 5485292.

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

Color convert

RGB 236 178 83 -
CMYK 0 0.25 0.65 0.07
HSL 37.25º 0.8% 0.63% -
HSV(B) 37.25º 0.65% 0.93% -
XYZ 52.07 50.3 15.15 -
YUV 184.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 236 178 83 0 0.25 0.65 0.07 37.25 0.8 0.63
Hex EC B2 53 0 19 41 7 25 50 3F
Octal 354 262 123 0 31 101 7 45 120 77
Binary 11101100 10110010 1010011 0 11001 1000001 111 100101 1010000 111111

Color Harmonies of #ECB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB253

Black with #ECB253

Text Example


Text Example

White with #ECB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB253; }

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

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

background-color css

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

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

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

border-color css

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

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

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