Html Css Color HEX #EFD6AD Givry

📋 copy color: '#EFD6AD'

red 239 ◦ green 214 ◦ blue 173

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

Shades of Givry #EFD6AD

Tints of Givry #EFD6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.64%

R = 38.18%
G = 34.19%
B = 27.64%

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

#EFD6AD (or 0xEFD6AD) is known color: Givry. HEX triplet: EF, D6 and AD. RGB value is (239,214,173). Sum of RGB (Red+Green+Blue) = 239+214+173=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AD is #102952. Grayscale: #D8D8D8. Windows color (decimal): -1059155 or 11392751. OLE color: 11392751.

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

Color convert

RGB 239 214 173 -
CMYK 0 0.10 0.28 0.06
HSL 37.27º 0.67% 0.81% -
HSV(B) 37.27º 0.28% 0.94% -
XYZ 67.19 69.46 49.4 -
YUV 216.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 239 214 173 0 0.10 0.28 0.06 37.27 0.67 0.81
Hex EF D6 AD 0 A 1C 6 25 43 51
Octal 357 326 255 0 12 34 6 45 103 121
Binary 11101111 11010110 10101101 0 1010 11100 110 100101 1000011 1010001

Color Harmonies of #EFD6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6AD

Black with #EFD6AD

Text Example


Text Example

White with #EFD6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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