Html Css Color HEX #ECB14A Casablanca

📋 copy color: '#ECB14A'

red 236 ◦ green 177 ◦ blue 74

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

Shades of Casablanca #ECB14A

Tints of Casablanca #ECB14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 48.46%
G = 36.34%
B = 15.2%

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

#ECB14A (or 0xECB14A) is known color: Casablanca. HEX triplet: EC, B1 and 4A. RGB value is (236,177,74). Sum of RGB (Red+Green+Blue) = 236+177+74=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB14A is #134EB5. Grayscale: #B7B7B7. Windows color (decimal): -1265334 or 4895212. OLE color: 4895212.

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

Color convert

RGB 236 177 74 -
CMYK 0 0.25 0.69 0.07
HSL 38.15º 0.81% 0.61% -
HSV(B) 38.15º 0.69% 0.93% -
XYZ 51.55 49.77 13.37 -
YUV 182.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 236 177 74 0 0.25 0.69 0.07 38.15 0.81 0.61
Hex EC B1 4A 0 19 45 7 26 51 3D
Octal 354 261 112 0 31 105 7 46 121 75
Binary 11101100 10110001 1001010 0 11001 1000101 111 100110 1010001 111101

Color Harmonies of #ECB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB14A

Black with #ECB14A

Text Example


Text Example

White with #ECB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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