Html Css Color HEX #ECC29F Negroni

📋 copy color: '#ECC29F'

red 236 ◦ green 194 ◦ blue 159

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

Shades of Negroni #ECC29F

Tints of Negroni #ECC29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 159 (62.5% from 255) = 26.99%

R = 40.07%
G = 32.94%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECC29F (or 0xECC29F) is known color: Negroni. HEX triplet: EC, C2 and 9F. RGB value is (236,194,159). Sum of RGB (Red+Green+Blue) = 236+194+159=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC29F is #133D60. Grayscale: #CACACA. Windows color (decimal): -1260897 or 10470124. OLE color: 10470124.

HSL color Cylindrical-coordinate representation of color #ECC29F: hue angle of 27.27º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECC29F is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 159 -
CMYK 0 0.18 0.33 0.07
HSL 27.27º 0.67% 0.77% -
HSV(B) 27.27º 0.33% 0.93% -
XYZ 60.14 58.92 41 -
YUV 202.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 236 194 159 0 0.18 0.33 0.07 27.27 0.67 0.77
Hex EC C2 9F 0 12 21 7 1B 43 4D
Octal 354 302 237 0 22 41 7 33 103 115
Binary 11101100 11000010 10011111 0 10010 100001 111 11011 1000011 1001101

Color Harmonies of #ECC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC29F

Black with #ECC29F

Text Example


Text Example

White with #ECC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC29F; }

 p { color: rgb(236,194,159); }

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

background-color css

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

 a { background-color: rgb(236,194,159); }

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

border-color css

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

 span { border-color: rgb(236,194,159); }

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