#EDB69B

Color #EDB69B Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EDB69B

Tints of Wax Flower #EDB69B

Color information

#EDB69B (or 0xEDB69B) is unknown color: approx Wax Flower. HEX triplet: ED, B6 and 9B. RGB value is (237,182,155). Sum of RGB (Red+Green+Blue) = 237+182+155=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB69B is #124964. Grayscale: #C3C3C3. Windows color (decimal): -1198437 or 10204909. OLE color: 10204909.

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

Color convert

RGB237182155-
CMYK00.230.350.07
HSL19.76º69.49%76.86%-
HSV(B)19.76º34.6%92.94%-
XYZ57.5753.8338.37-
YUV195.37105.22157.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=41.29%
G=31.71%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718215500.230.350.0719.7669.4976.86
HexEDB69B01723714454d
Octal35526623302743724105115
Binary1110110110110110100110110101111000111111010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB69B; }

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

 H1.HeaderClassName
 {
   color: #EDB69B;
 }
 .AnyTagClassName
 {
   color: #EDB69B;
 }
</style>
background-color css

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

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

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

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

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

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