Html Css Color HEX #EFD1AC Givry

📋 copy color: '#EFD1AC'

red 239 ◦ green 209 ◦ blue 172

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

Shades of Givry #EFD1AC

Tints of Givry #EFD1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.71%

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

R = 38.55%
G = 33.71%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD1AC (or 0xEFD1AC) is known color: Givry. HEX triplet: EF, D1 and AC. RGB value is (239,209,172). Sum of RGB (Red+Green+Blue) = 239+209+172=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1AC is #102E53. Grayscale: #D5D5D5. Windows color (decimal): -1060436 or 11325935. OLE color: 11325935.

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

Color convert

RGB 239 209 172 -
CMYK 0 0.13 0.28 0.06
HSL 33.13º 0.68% 0.81% -
HSV(B) 33.13º 0.28% 0.94% -
XYZ 65.84 66.93 48.48 -
YUV 213.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 239 209 172 0 0.13 0.28 0.06 33.13 0.68 0.81
Hex EF D1 AC 0 D 1C 6 21 44 51
Octal 357 321 254 0 15 34 6 41 104 121
Binary 11101111 11010001 10101100 0 1101 11100 110 100001 1000100 1010001

Color Harmonies of #EFD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1AC

Black with #EFD1AC

Text Example


Text Example

White with #EFD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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