Html Css Color HEX #EFBD98 Mandys Pink

📋 copy color: '#EFBD98'

red 239 ◦ green 189 ◦ blue 152

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

Shades of Mandys Pink #EFBD98

Tints of Mandys Pink #EFBD98

RGB

 RED value IS 239 (93.75% from 255) = 41.21%

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 152 (59.77% from 255) = 26.21%

R = 41.21%
G = 32.59%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFBD98 (or 0xEFBD98) is known color: Mandys Pink. HEX triplet: EF, BD and 98. RGB value is (239,189,152). Sum of RGB (Red+Green+Blue) = 239+189+152=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD98 is #104267. Grayscale: #C7C7C7. Windows color (decimal): -1065576 or 10010095. OLE color: 10010095.

HSL color Cylindrical-coordinate representation of color #EFBD98: hue angle of 25.52º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFBD98 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 152 -
CMYK 0 0.21 0.36 0.06
HSL 25.52º 0.73% 0.77% -
HSV(B) 25.52º 0.36% 0.94% -
XYZ 59.46 57.01 37.58 -
YUV 199.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 239 189 152 0 0.21 0.36 0.06 25.52 0.73 0.77
Hex EF BD 98 0 15 24 6 1A 49 4D
Octal 357 275 230 0 25 44 6 32 111 115
Binary 11101111 10111101 10011000 0 10101 100100 110 11010 1001001 1001101

Color Harmonies of #EFBD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD98

Black with #EFBD98

Text Example


Text Example

White with #EFBD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD98; }

 p { color: rgb(239,189,152); }

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

background-color css

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

 a { background-color: rgb(239,189,152); }

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

border-color css

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

 span { border-color: rgb(239,189,152); }

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