Html Css Color HEX #ECB250 Casablanca

📋 copy color: '#ECB250'

red 236 ◦ green 178 ◦ blue 80

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

Shades of Casablanca #ECB250

Tints of Casablanca #ECB250

RGB

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

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

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

R = 47.77%
G = 36.03%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECB250 (or 0xECB250) is known color: Casablanca. HEX triplet: EC, B2 and 50. RGB value is (236,178,80). Sum of RGB (Red+Green+Blue) = 236+178+80=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB250 is #134DAF. Grayscale: #B8B8B8. Windows color (decimal): -1265072 or 5288684. OLE color: 5288684.

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

Color convert

RGB 236 178 80 -
CMYK 0 0.25 0.66 0.07
HSL 37.69º 0.8% 0.62% -
HSV(B) 37.69º 0.66% 0.93% -
XYZ 51.96 50.25 14.55 -
YUV 184.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 236 178 80 0 0.25 0.66 0.07 37.69 0.8 0.62
Hex EC B2 50 0 19 42 7 26 50 3E
Octal 354 262 120 0 31 102 7 46 120 76
Binary 11101100 10110010 1010000 0 11001 1000010 111 100110 1010000 111110

Color Harmonies of #ECB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB250

Black with #ECB250

Text Example


Text Example

White with #ECB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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