Html Css Color HEX #ECB29F Wax Flower

📋 copy color: '#ECB29F'

red 236 ◦ green 178 ◦ blue 159

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

Shades of Wax Flower #ECB29F

Tints of Wax Flower #ECB29F

RGB

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

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

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

R = 41.19%
G = 31.06%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECB29F (or 0xECB29F) is known color: Wax Flower. HEX triplet: EC, B2 and 9F. RGB value is (236,178,159). Sum of RGB (Red+Green+Blue) = 236+178+159=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29F is #134D60. Grayscale: #C1C1C1. Windows color (decimal): -1264993 or 10466028. OLE color: 10466028.

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

Color convert

RGB 236 178 159 -
CMYK 0 0.25 0.33 0.07
HSL 14.81º 0.67% 0.77% -
HSV(B) 14.81º 0.33% 0.93% -
XYZ 56.77 52.18 39.88 -
YUV 193.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 236 178 159 0 0.25 0.33 0.07 14.81 0.67 0.77
Hex EC B2 9F 0 19 21 7 F 43 4D
Octal 354 262 237 0 31 41 7 17 103 115
Binary 11101100 10110010 10011111 0 11001 100001 111 1111 1000011 1001101

Color Harmonies of #ECB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB29F

Black with #ECB29F

Text Example


Text Example

White with #ECB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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