Html Css Color HEX #EFE4C5 Milk Punch

📋 copy color: '#EFE4C5'

red 239 ◦ green 228 ◦ blue 197

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

Shades of Milk Punch #EFE4C5

Tints of Milk Punch #EFE4C5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.34%

 BLUE value IS 197 (77.34% from 255) = 29.67%

R = 35.99%
G = 34.34%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFE4C5 (or 0xEFE4C5) is known color: Milk Punch. HEX triplet: EF, E4 and C5. RGB value is (239,228,197). Sum of RGB (Red+Green+Blue) = 239+228+197=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 197 (77.34% from 255 or 29.67% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C5 is #101B3A. Grayscale: #E3E3E3. Windows color (decimal): -1055547 or 12969199. OLE color: 12969199.

HSL color Cylindrical-coordinate representation of color #EFE4C5: hue angle of 44.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE4C5 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 197 -
CMYK 0 0.05 0.18 0.06
HSL 44.29º 0.57% 0.85% -
HSV(B) 44.29º 0.18% 0.94% -
XYZ 73.42 77.87 63.98 -
YUV 227.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 239 228 197 0 0.05 0.18 0.06 44.29 0.57 0.85
Hex EF E4 C5 0 5 12 6 2C 39 55
Octal 357 344 305 0 5 22 6 54 71 125
Binary 11101111 11100100 11000101 0 101 10010 110 101100 111001 1010101

Color Harmonies of #EFE4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4C5

Black with #EFE4C5

Text Example


Text Example

White with #EFE4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4C5; }

 p { color: rgb(239,228,197); }

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

background-color css

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

 a { background-color: rgb(239,228,197); }

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

border-color css

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

 span { border-color: rgb(239,228,197); }

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