Html Css Color HEX #EFD6AC Givry

📋 copy color: '#EFD6AC'

red 239 ◦ green 214 ◦ blue 172

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

Shades of Givry #EFD6AC

Tints of Givry #EFD6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.52%

R = 38.24%
G = 34.24%
B = 27.52%

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

#EFD6AC (or 0xEFD6AC) is known color: Givry. HEX triplet: EF, D6 and AC. RGB value is (239,214,172). Sum of RGB (Red+Green+Blue) = 239+214+172=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AC is #102953. Grayscale: #D8D8D8. Windows color (decimal): -1059156 or 11327215. OLE color: 11327215.

HSL color Cylindrical-coordinate representation of color #EFD6AC: hue angle of 37.61º degrees, saturation: 0.68, 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 #EFD6AC is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 172 -
CMYK 0 0.10 0.28 0.06
HSL 37.61º 0.68% 0.81% -
HSV(B) 37.61º 0.28% 0.94% -
XYZ 67.09 69.42 48.89 -
YUV 216.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 239 214 172 0 0.10 0.28 0.06 37.61 0.68 0.81
Hex EF D6 AC 0 A 1C 6 26 44 51
Octal 357 326 254 0 12 34 6 46 104 121
Binary 11101111 11010110 10101100 0 1010 11100 110 100110 1000100 1010001

Color Harmonies of #EFD6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6AC

Black with #EFD6AC

Text Example


Text Example

White with #EFD6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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