Html Css Color HEX #EDB59B Wax Flower

📋 copy color: '#EDB59B'

red 237 ◦ green 181 ◦ blue 155

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

Shades of Wax Flower #EDB59B

Tints of Wax Flower #EDB59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.59%

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

R = 41.36%
G = 31.59%
B = 27.05%

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

#EDB59B (or 0xEDB59B) is known color: Wax Flower. HEX triplet: ED, B5 and 9B. RGB value is (237,181,155). Sum of RGB (Red+Green+Blue) = 237+181+155=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB59B is #124A64. Grayscale: #C2C2C2. Windows color (decimal): -1198693 or 10204653. OLE color: 10204653.

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

Color convert

RGB 237 181 155 -
CMYK 0 0.24 0.35 0.07
HSL 19.02º 0.69% 0.77% -
HSV(B) 19.02º 0.35% 0.93% -
XYZ 57.37 53.42 38.3 -
YUV 194.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 237 181 155 0 0.24 0.35 0.07 19.02 0.69 0.77
Hex ED B5 9B 0 18 23 7 13 45 4D
Octal 355 265 233 0 30 43 7 23 105 115
Binary 11101101 10110101 10011011 0 11000 100011 111 10011 1000101 1001101

Color Harmonies of #EDB59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB59B

Black with #EDB59B

Text Example


Text Example

White with #EDB59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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