Html Css Color HEX #EADF9F Mint Julep

📋 copy color: '#EADF9F'

red 234 ◦ green 223 ◦ blue 159

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

Shades of Mint Julep #EADF9F

Tints of Mint Julep #EADF9F

RGB

 RED value IS 234 (91.8% from 255) = 37.99%

 GREEN value IS 223 (87.5% from 255) = 36.2%

 BLUE value IS 159 (62.5% from 255) = 25.81%

R = 37.99%
G = 36.2%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EADF9F (or 0xEADF9F) is known color: Mint Julep. HEX triplet: EA, DF and 9F. RGB value is (234,223,159). Sum of RGB (Red+Green+Blue) = 234+223+159=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF9F is #152060. Grayscale: #DBDBDB. Windows color (decimal): -1384545 or 10477546. OLE color: 10477546.

HSL color Cylindrical-coordinate representation of color #EADF9F: hue angle of 51.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EADF9F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 159 -
CMYK 0 0.05 0.32 0.08
HSL 51.2º 0.64% 0.77% -
HSV(B) 51.2º 0.32% 0.92% -
XYZ 66.58 72.77 43.34 -
YUV 218.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 234 223 159 0 0.05 0.32 0.08 51.2 0.64 0.77
Hex EA DF 9F 0 5 20 8 33 40 4D
Octal 352 337 237 0 5 40 10 63 100 115
Binary 11101010 11011111 10011111 0 101 100000 1000 110011 1000000 1001101

Color Harmonies of #EADF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF9F

Black with #EADF9F

Text Example


Text Example

White with #EADF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF9F; }

 p { color: rgb(234,223,159); }

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

background-color css

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

 a { background-color: rgb(234,223,159); }

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

border-color css

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

 span { border-color: rgb(234,223,159); }

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