Html Css Color HEX #EDA29B Rose Bud

📋 copy color: '#EDA29B'

red 237 ◦ green 162 ◦ blue 155

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

Shades of Rose Bud #EDA29B

Tints of Rose Bud #EDA29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.24%

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

R = 42.78%
G = 29.24%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDA29B (or 0xEDA29B) is known color: Rose Bud. HEX triplet: ED, A2 and 9B. RGB value is (237,162,155). Sum of RGB (Red+Green+Blue) = 237+162+155=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA29B is #125D64. Grayscale: #B7B7B7. Windows color (decimal): -1203557 or 10199789. OLE color: 10199789.

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

Color convert

RGB 237 162 155 -
CMYK 0 0.32 0.35 0.07
HSL 5.12º 0.69% 0.77% -
HSV(B) 5.12º 0.35% 0.93% -
XYZ 53.76 46.21 37.1 -
YUV 183.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 237 162 155 0 0.32 0.35 0.07 5.12 0.69 0.77
Hex ED A2 9B 0 20 23 7 5 45 4D
Octal 355 242 233 0 40 43 7 5 105 115
Binary 11101101 10100010 10011011 0 100000 100011 111 101 1000101 1001101

Color Harmonies of #EDA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA29B

Black with #EDA29B

Text Example


Text Example

White with #EDA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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