Html Css Color HEX #EDB29E Wax Flower

📋 copy color: '#EDB29E'

red 237 ◦ green 178 ◦ blue 158

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

Shades of Wax Flower #EDB29E

Tints of Wax Flower #EDB29E

RGB

 RED value IS 237 (92.97% from 255) = 41.36%

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

 BLUE value IS 158 (62.11% from 255) = 27.57%

R = 41.36%
G = 31.06%
B = 27.57%

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

#EDB29E (or 0xEDB29E) is known color: Wax Flower. HEX triplet: ED, B2 and 9E. RGB value is (237,178,158). Sum of RGB (Red+Green+Blue) = 237+178+158=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29E is #124D61. Grayscale: #C1C1C1. Windows color (decimal): -1199458 or 10400493. OLE color: 10400493.

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

Color convert

RGB 237 178 158 -
CMYK 0 0.25 0.33 0.07
HSL 15.19º 0.69% 0.77% -
HSV(B) 15.19º 0.33% 0.93% -
XYZ 57.02 52.31 39.44 -
YUV 193.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 237 178 158 0 0.25 0.33 0.07 15.19 0.69 0.77
Hex ED B2 9E 0 19 21 7 F 45 4D
Octal 355 262 236 0 31 41 7 17 105 115
Binary 11101101 10110010 10011110 0 11001 100001 111 1111 1000101 1001101

Color Harmonies of #EDB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB29E

Black with #EDB29E

Text Example


Text Example

White with #EDB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB29E; }

 p { color: rgb(237,178,158); }

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

background-color css

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

 a { background-color: rgb(237,178,158); }

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

border-color css

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

 span { border-color: rgb(237,178,158); }

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