Html Css Color HEX #EFD4BE Almond

📋 copy color: '#EFD4BE'

red 239 ◦ green 212 ◦ blue 190

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

Shades of Almond #EFD4BE

Tints of Almond #EFD4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 37.29%
G = 33.07%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFD4BE (or 0xEFD4BE) is known color: Almond. HEX triplet: EF, D4 and BE. RGB value is (239,212,190). Sum of RGB (Red+Green+Blue) = 239+212+190=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BE is #102B41. Grayscale: #D9D9D9. Windows color (decimal): -1059650 or 12506351. OLE color: 12506351.

HSL color Cylindrical-coordinate representation of color #EFD4BE: hue angle of 26.94º 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 #EFD4BE is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 190 -
CMYK 0 0.11 0.21 0.06
HSL 26.94º 0.6% 0.84% -
HSV(B) 26.94º 0.21% 0.94% -
XYZ 68.43 69.16 58.46 -
YUV 217.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 239 212 190 0 0.11 0.21 0.06 26.94 0.6 0.84
Hex EF D4 BE 0 B 15 6 1B 3C 54
Octal 357 324 276 0 13 25 6 33 74 124
Binary 11101111 11010100 10111110 0 1011 10101 110 11011 111100 1010100

Color Harmonies of #EFD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4BE

Black with #EFD4BE

Text Example


Text Example

White with #EFD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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