Html Css Color HEX #EDB29B Wax Flower

📋 copy color: '#EDB29B'

red 237 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #EDB29B

Tints of Wax Flower #EDB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

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

R = 41.58%
G = 31.23%
B = 27.19%

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

#EDB29B (or 0xEDB29B) is known color: Wax Flower. HEX triplet: ED, B2 and 9B. RGB value is (237,178,155). Sum of RGB (Red+Green+Blue) = 237+178+155=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29B is #124D64. Grayscale: #C1C1C1. Windows color (decimal): -1199461 or 10203885. OLE color: 10203885.

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

Color convert

RGB 237 178 155 -
CMYK 0 0.25 0.35 0.07
HSL 16.83º 0.69% 0.77% -
HSV(B) 16.83º 0.35% 0.93% -
XYZ 56.76 52.21 38.1 -
YUV 193.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 237 178 155 0 0.25 0.35 0.07 16.83 0.69 0.77
Hex ED B2 9B 0 19 23 7 11 45 4D
Octal 355 262 233 0 31 43 7 21 105 115
Binary 11101101 10110010 10011011 0 11001 100011 111 10001 1000101 1001101

Color Harmonies of #EDB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB29B

Black with #EDB29B

Text Example


Text Example

White with #EDB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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