Html Css Color HEX #ECB29B Wax Flower

📋 copy color: '#ECB29B'

red 236 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #ECB29B

Tints of Wax Flower #ECB29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 41.48%
G = 31.28%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECB29B (or 0xECB29B) is known color: Wax Flower. HEX triplet: EC, B2 and 9B. RGB value is (236,178,155). Sum of RGB (Red+Green+Blue) = 236+178+155=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29B is #134D64. Grayscale: #C0C0C0. Windows color (decimal): -1264997 or 10203884. OLE color: 10203884.

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

Color convert

RGB 236 178 155 -
CMYK 0 0.25 0.34 0.07
HSL 17.04º 0.68% 0.77% -
HSV(B) 17.04º 0.34% 0.93% -
XYZ 56.43 52.04 38.08 -
YUV 192.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 236 178 155 0 0.25 0.34 0.07 17.04 0.68 0.77
Hex EC B2 9B 0 19 22 7 11 44 4D
Octal 354 262 233 0 31 42 7 21 104 115
Binary 11101100 10110010 10011011 0 11001 100010 111 10001 1000100 1001101

Color Harmonies of #ECB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB29B

Black with #ECB29B

Text Example


Text Example

White with #ECB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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