Html Css Color HEX #EDB7A6 Wax Flower

📋 copy color: '#EDB7A6'

red 237 ◦ green 183 ◦ blue 166

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

Shades of Wax Flower #EDB7A6

Tints of Wax Flower #EDB7A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.33%

R = 40.44%
G = 31.23%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDB7A6 (or 0xEDB7A6) is known color: Wax Flower. HEX triplet: ED, B7 and A6. RGB value is (237,183,166). Sum of RGB (Red+Green+Blue) = 237+183+166=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB7A6 is #124859. Grayscale: #C5C5C5. Windows color (decimal): -1198170 or 10926061. OLE color: 10926061.

HSL color Cylindrical-coordinate representation of color #EDB7A6: hue angle of 14.37º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB7A6 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 166 -
CMYK 0 0.23 0.30 0.07
HSL 14.37º 0.66% 0.79% -
HSV(B) 14.37º 0.3% 0.93% -
XYZ 58.74 54.62 43.52 -
YUV 197.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 237 183 166 0 0.23 0.30 0.07 14.37 0.66 0.79
Hex ED B7 A6 0 17 1E 7 E 42 4F
Octal 355 267 246 0 27 36 7 16 102 117
Binary 11101101 10110111 10100110 0 10111 11110 111 1110 1000010 1001111

Color Harmonies of #EDB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7A6

Black with #EDB7A6

Text Example


Text Example

White with #EDB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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