Html Css Color HEX #ECB14C Casablanca

📋 copy color: '#ECB14C'

red 236 ◦ green 177 ◦ blue 76

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

Shades of Casablanca #ECB14C

Tints of Casablanca #ECB14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 48.26%
G = 36.2%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB14C (or 0xECB14C) is known color: Casablanca. HEX triplet: EC, B1 and 4C. RGB value is (236,177,76). Sum of RGB (Red+Green+Blue) = 236+177+76=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB14C is #134EB3. Grayscale: #B7B7B7. Windows color (decimal): -1265332 or 5026284. OLE color: 5026284.

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

Color convert

RGB 236 177 76 -
CMYK 0 0.25 0.68 0.07
HSL 37.88º 0.81% 0.61% -
HSV(B) 37.88º 0.68% 0.93% -
XYZ 51.62 49.8 13.73 -
YUV 183.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 236 177 76 0 0.25 0.68 0.07 37.88 0.81 0.61
Hex EC B1 4C 0 19 44 7 26 51 3D
Octal 354 261 114 0 31 104 7 46 121 75
Binary 11101100 10110001 1001100 0 11001 1000100 111 100110 1010001 111101

Color Harmonies of #ECB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB14C

Black with #ECB14C

Text Example


Text Example

White with #ECB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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