Html Css Color HEX #EDA29C Rose Bud

📋 copy color: '#EDA29C'

red 237 ◦ green 162 ◦ blue 156

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

Shades of Rose Bud #EDA29C

Tints of Rose Bud #EDA29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.11%

R = 42.7%
G = 29.19%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA29C (or 0xEDA29C) is known color: Rose Bud. HEX triplet: ED, A2 and 9C. RGB value is (237,162,156). Sum of RGB (Red+Green+Blue) = 237+162+156=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA29C is #125D63. Grayscale: #B7B7B7. Windows color (decimal): -1203556 or 10265325. OLE color: 10265325.

HSL color Cylindrical-coordinate representation of color #EDA29C: hue angle of 4.44º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA29C is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 156 -
CMYK 0 0.32 0.34 0.07
HSL 4.44º 0.69% 0.77% -
HSV(B) 4.44º 0.34% 0.93% -
XYZ 53.85 46.25 37.54 -
YUV 183.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 237 162 156 0 0.32 0.34 0.07 4.44 0.69 0.77
Hex ED A2 9C 0 20 22 7 4 45 4D
Octal 355 242 234 0 40 42 7 4 105 115
Binary 11101101 10100010 10011100 0 100000 100010 111 100 1000101 1001101

Color Harmonies of #EDA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA29C

Black with #EDA29C

Text Example


Text Example

White with #EDA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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