Html Css Color HEX #ECB149 Casablanca

📋 copy color: '#ECB149'

red 236 ◦ green 177 ◦ blue 73

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

Shades of Casablanca #ECB149

Tints of Casablanca #ECB149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.02%

R = 48.56%
G = 36.42%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB149 (or 0xECB149) is known color: Casablanca. HEX triplet: EC, B1 and 49. RGB value is (236,177,73). Sum of RGB (Red+Green+Blue) = 236+177+73=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB149 is #134EB6. Grayscale: #B7B7B7. Windows color (decimal): -1265335 or 4829676. OLE color: 4829676.

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

Color convert

RGB 236 177 73 -
CMYK 0 0.25 0.69 0.07
HSL 38.28º 0.81% 0.61% -
HSV(B) 38.28º 0.69% 0.93% -
XYZ 51.52 49.76 13.19 -
YUV 182.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 236 177 73 0 0.25 0.69 0.07 38.28 0.81 0.61
Hex EC B1 49 0 19 45 7 26 51 3D
Octal 354 261 111 0 31 105 7 46 121 75
Binary 11101100 10110001 1001001 0 11001 1000101 111 100110 1010001 111101

Color Harmonies of #ECB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB149

Black with #ECB149

Text Example


Text Example

White with #ECB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB149; }

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

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

background-color css

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

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

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

border-color css

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

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

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