Html Css Color HEX #ECB29D Wax Flower

📋 copy color: '#ECB29D'

red 236 ◦ green 178 ◦ blue 157

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

Shades of Wax Flower #ECB29D

Tints of Wax Flower #ECB29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 41.33%
G = 31.17%
B = 27.5%

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

#ECB29D (or 0xECB29D) is known color: Wax Flower. HEX triplet: EC, B2 and 9D. RGB value is (236,178,157). Sum of RGB (Red+Green+Blue) = 236+178+157=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29D is #134D62. Grayscale: #C1C1C1. Windows color (decimal): -1264995 or 10334956. OLE color: 10334956.

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

Color convert

RGB 236 178 157 -
CMYK 0 0.25 0.33 0.07
HSL 15.95º 0.68% 0.77% -
HSV(B) 15.95º 0.33% 0.93% -
XYZ 56.6 52.11 38.97 -
YUV 192.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 236 178 157 0 0.25 0.33 0.07 15.95 0.68 0.77
Hex EC B2 9D 0 19 21 7 10 44 4D
Octal 354 262 235 0 31 41 7 20 104 115
Binary 11101100 10110010 10011101 0 11001 100001 111 10000 1000100 1001101

Color Harmonies of #ECB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB29D

Black with #ECB29D

Text Example


Text Example

White with #ECB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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