Html Css Color HEX #EDB19B Wax Flower

📋 copy color: '#EDB19B'

red 237 ◦ green 177 ◦ blue 155

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

Shades of Wax Flower #EDB19B

Tints of Wax Flower #EDB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

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

R = 41.65%
G = 31.11%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDB19B (or 0xEDB19B) is known color: Wax Flower. HEX triplet: ED, B1 and 9B. RGB value is (237,177,155). Sum of RGB (Red+Green+Blue) = 237+177+155=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB19B is #124E64. Grayscale: #C0C0C0. Windows color (decimal): -1199717 or 10203629. OLE color: 10203629.

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

Color convert

RGB 237 177 155 -
CMYK 0 0.25 0.35 0.07
HSL 16.1º 0.69% 0.77% -
HSV(B) 16.1º 0.35% 0.93% -
XYZ 56.56 51.82 38.03 -
YUV 192.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 237 177 155 0 0.25 0.35 0.07 16.1 0.69 0.77
Hex ED B1 9B 0 19 23 7 10 45 4D
Octal 355 261 233 0 31 43 7 20 105 115
Binary 11101101 10110001 10011011 0 11001 100011 111 10000 1000101 1001101

Color Harmonies of #EDB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB19B

Black with #EDB19B

Text Example


Text Example

White with #EDB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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