Html Css Color HEX #EFD6AB Givry

📋 copy color: '#EFD6AB'

red 239 ◦ green 214 ◦ blue 171

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

Shades of Givry #EFD6AB

Tints of Givry #EFD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.29%

 BLUE value IS 171 (67.19% from 255) = 27.4%

R = 38.3%
G = 34.29%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD6AB (or 0xEFD6AB) is known color: Givry. HEX triplet: EF, D6 and AB. RGB value is (239,214,171). Sum of RGB (Red+Green+Blue) = 239+214+171=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AB is #102954. Grayscale: #D8D8D8. Windows color (decimal): -1059157 or 11261679. OLE color: 11261679.

HSL color Cylindrical-coordinate representation of color #EFD6AB: hue angle of 37.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFD6AB is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 171 -
CMYK 0 0.10 0.28 0.06
HSL 37.94º 0.68% 0.8% -
HSV(B) 37.94º 0.28% 0.94% -
XYZ 66.99 69.38 48.39 -
YUV 216.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 239 214 171 0 0.10 0.28 0.06 37.94 0.68 0.8
Hex EF D6 AB 0 A 1C 6 26 44 50
Octal 357 326 253 0 12 34 6 46 104 120
Binary 11101111 11010110 10101011 0 1010 11100 110 100110 1000100 1010000

Color Harmonies of #EFD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6AB

Black with #EFD6AB

Text Example


Text Example

White with #EFD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6AB; }

 p { color: rgb(239,214,171); }

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

background-color css

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

 a { background-color: rgb(239,214,171); }

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

border-color css

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

 span { border-color: rgb(239,214,171); }

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