Html Css Color HEX #EDB79E Wax Flower

📋 copy color: '#EDB79E'

red 237 ◦ green 183 ◦ blue 158

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

Shades of Wax Flower #EDB79E

Tints of Wax Flower #EDB79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.66%

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

R = 41%
G = 31.66%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDB79E (or 0xEDB79E) is known color: Wax Flower. HEX triplet: ED, B7 and 9E. RGB value is (237,183,158). Sum of RGB (Red+Green+Blue) = 237+183+158=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB79E is #124861. Grayscale: #C4C4C4. Windows color (decimal): -1198178 or 10401773. OLE color: 10401773.

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

Color convert

RGB 237 183 158 -
CMYK 0 0.23 0.33 0.07
HSL 18.99º 0.69% 0.77% -
HSV(B) 18.99º 0.33% 0.93% -
XYZ 58.03 54.34 39.78 -
YUV 196.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 237 183 158 0 0.23 0.33 0.07 18.99 0.69 0.77
Hex ED B7 9E 0 17 21 7 13 45 4D
Octal 355 267 236 0 27 41 7 23 105 115
Binary 11101101 10110111 10011110 0 10111 100001 111 10011 1000101 1001101

Color Harmonies of #EDB79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB79E

Black with #EDB79E

Text Example


Text Example

White with #EDB79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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