Html Css Color HEX #ECB350 Casablanca

📋 copy color: '#ECB350'

red 236 ◦ green 179 ◦ blue 80

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

Shades of Casablanca #ECB350

Tints of Casablanca #ECB350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 47.68%
G = 36.16%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECB350 (or 0xECB350) is known color: Casablanca. HEX triplet: EC, B3 and 50. RGB value is (236,179,80). Sum of RGB (Red+Green+Blue) = 236+179+80=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB350 is #134CAF. Grayscale: #B9B9B9. Windows color (decimal): -1264816 or 5288940. OLE color: 5288940.

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

Color convert

RGB 236 179 80 -
CMYK 0 0.24 0.66 0.07
HSL 38.08º 0.8% 0.62% -
HSV(B) 38.08º 0.66% 0.93% -
XYZ 52.16 50.65 14.62 -
YUV 184.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 236 179 80 0 0.24 0.66 0.07 38.08 0.8 0.62
Hex EC B3 50 0 18 42 7 26 50 3E
Octal 354 263 120 0 30 102 7 46 120 76
Binary 11101100 10110011 1010000 0 11000 1000010 111 100110 1010000 111110

Color Harmonies of #ECB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB350

Black with #ECB350

Text Example


Text Example

White with #ECB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB350; }

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

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

background-color css

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

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

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

border-color css

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

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

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