Html Css Color HEX #EDB69E Wax Flower

📋 copy color: '#EDB69E'

red 237 ◦ green 182 ◦ blue 158

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

Shades of Wax Flower #EDB69E

Tints of Wax Flower #EDB69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.54%

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

R = 41.07%
G = 31.54%
B = 27.38%

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

#EDB69E (or 0xEDB69E) is known color: Wax Flower. HEX triplet: ED, B6 and 9E. RGB value is (237,182,158). Sum of RGB (Red+Green+Blue) = 237+182+158=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB69E is #124961. Grayscale: #C3C3C3. Windows color (decimal): -1198434 or 10401517. OLE color: 10401517.

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

Color convert

RGB 237 182 158 -
CMYK 0 0.23 0.33 0.07
HSL 18.23º 0.69% 0.77% -
HSV(B) 18.23º 0.33% 0.93% -
XYZ 57.82 53.93 39.71 -
YUV 195.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 237 182 158 0 0.23 0.33 0.07 18.23 0.69 0.77
Hex ED B6 9E 0 17 21 7 12 45 4D
Octal 355 266 236 0 27 41 7 22 105 115
Binary 11101101 10110110 10011110 0 10111 100001 111 10010 1000101 1001101

Color Harmonies of #EDB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB69E

Black with #EDB69E

Text Example


Text Example

White with #EDB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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