Html Css Color HEX #EDA79B Wax Flower

📋 copy color: '#EDA79B'

red 237 ◦ green 167 ◦ blue 155

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

Shades of Wax Flower #EDA79B

Tints of Wax Flower #EDA79B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.87%

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

R = 42.4%
G = 29.87%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA79B (or 0xEDA79B) is known color: Wax Flower. HEX triplet: ED, A7 and 9B. RGB value is (237,167,155). Sum of RGB (Red+Green+Blue) = 237+167+155=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79B is #125864. Grayscale: #BABABA. Windows color (decimal): -1202277 or 10201069. OLE color: 10201069.

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

Color convert

RGB 237 167 155 -
CMYK 0 0.30 0.35 0.07
HSL 8.78º 0.69% 0.77% -
HSV(B) 8.78º 0.35% 0.93% -
XYZ 54.66 48.01 37.4 -
YUV 186.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 237 167 155 0 0.30 0.35 0.07 8.78 0.69 0.77
Hex ED A7 9B 0 1E 23 7 9 45 4D
Octal 355 247 233 0 36 43 7 11 105 115
Binary 11101101 10100111 10011011 0 11110 100011 111 1001 1000101 1001101

Color Harmonies of #EDA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA79B

Black with #EDA79B

Text Example


Text Example

White with #EDA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA79B; }

 p { color: rgb(237,167,155); }

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

background-color css

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

 a { background-color: rgb(237,167,155); }

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

border-color css

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

 span { border-color: rgb(237,167,155); }

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