Html Css Color HEX #EFD3BE Almond

📋 copy color: '#EFD3BE'

red 239 ◦ green 211 ◦ blue 190

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

Shades of Almond #EFD3BE

Tints of Almond #EFD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.97%

 BLUE value IS 190 (74.61% from 255) = 29.69%

R = 37.34%
G = 32.97%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFD3BE (or 0xEFD3BE) is known color: Almond. HEX triplet: EF, D3 and BE. RGB value is (239,211,190). Sum of RGB (Red+Green+Blue) = 239+211+190=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3BE is #102C41. Grayscale: #D9D9D9. Windows color (decimal): -1059906 or 12506095. OLE color: 12506095.

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

Color convert

RGB 239 211 190 -
CMYK 0 0.12 0.21 0.06
HSL 25.71º 0.6% 0.84% -
HSV(B) 25.71º 0.21% 0.94% -
XYZ 68.19 68.66 58.37 -
YUV 216.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 239 211 190 0 0.12 0.21 0.06 25.71 0.6 0.84
Hex EF D3 BE 0 C 15 6 1A 3C 54
Octal 357 323 276 0 14 25 6 32 74 124
Binary 11101111 11010011 10111110 0 1100 10101 110 11010 111100 1010100

Color Harmonies of #EFD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3BE

Black with #EFD3BE

Text Example


Text Example

White with #EFD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3BE; }

 p { color: rgb(239,211,190); }

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

background-color css

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

 a { background-color: rgb(239,211,190); }

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

border-color css

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

 span { border-color: rgb(239,211,190); }

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