Html Css Color HEX #EDB49B Wax Flower

📋 copy color: '#EDB49B'

red 237 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #EDB49B

Tints of Wax Flower #EDB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

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

R = 41.43%
G = 31.47%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDB49B (or 0xEDB49B) is known color: Wax Flower. HEX triplet: ED, B4 and 9B. RGB value is (237,180,155). Sum of RGB (Red+Green+Blue) = 237+180+155=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49B is #124B64. Grayscale: #C2C2C2. Windows color (decimal): -1198949 or 10204397. OLE color: 10204397.

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

Color convert

RGB 237 180 155 -
CMYK 0 0.24 0.35 0.07
HSL 18.29º 0.69% 0.77% -
HSV(B) 18.29º 0.35% 0.93% -
XYZ 57.16 53.01 38.23 -
YUV 194.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 237 180 155 0 0.24 0.35 0.07 18.29 0.69 0.77
Hex ED B4 9B 0 18 23 7 12 45 4D
Octal 355 264 233 0 30 43 7 22 105 115
Binary 11101101 10110100 10011011 0 11000 100011 111 10010 1000101 1001101

Color Harmonies of #EDB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB49B

Black with #EDB49B

Text Example


Text Example

White with #EDB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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