Html Css Color HEX #EDB291 Mandys Pink

📋 copy color: '#EDB291'

red 237 ◦ green 178 ◦ blue 145

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

Shades of Mandys Pink #EDB291

Tints of Mandys Pink #EDB291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.89%

R = 42.32%
G = 31.79%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDB291 (or 0xEDB291) is known color: Mandys Pink. HEX triplet: ED, B2 and 91. RGB value is (237,178,145). Sum of RGB (Red+Green+Blue) = 237+178+145=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB291 is #124D6E. Grayscale: #C0C0C0. Windows color (decimal): -1199471 or 9548525. OLE color: 9548525.

HSL color Cylindrical-coordinate representation of color #EDB291: hue angle of 21.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDB291 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 145 -
CMYK 0 0.25 0.39 0.07
HSL 21.52º 0.72% 0.75% -
HSV(B) 21.52º 0.39% 0.93% -
XYZ 55.96 51.89 33.85 -
YUV 191.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 237 178 145 0 0.25 0.39 0.07 21.52 0.72 0.75
Hex ED B2 91 0 19 27 7 16 48 4B
Octal 355 262 221 0 31 47 7 26 110 113
Binary 11101101 10110010 10010001 0 11001 100111 111 10110 1001000 1001011

Color Harmonies of #EDB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB291

Black with #EDB291

Text Example


Text Example

White with #EDB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB291; }

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

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

background-color css

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

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

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

border-color css

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

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

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