Html Css Color HEX #EFD8AC Givry

📋 copy color: '#EFD8AC'

red 239 ◦ green 216 ◦ blue 172

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

Shades of Givry #EFD8AC

Tints of Givry #EFD8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.45%

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

R = 38.12%
G = 34.45%
B = 27.43%

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

#EFD8AC (or 0xEFD8AC) is known color: Givry. HEX triplet: EF, D8 and AC. RGB value is (239,216,172). Sum of RGB (Red+Green+Blue) = 239+216+172=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AC is #102753. Grayscale: #DADADA. Windows color (decimal): -1058644 or 11327727. OLE color: 11327727.

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

Color convert

RGB 239 216 172 -
CMYK 0 0.10 0.28 0.06
HSL 39.4º 0.68% 0.81% -
HSV(B) 39.4º 0.28% 0.94% -
XYZ 67.6 70.44 49.06 -
YUV 217.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 239 216 172 0 0.10 0.28 0.06 39.4 0.68 0.81
Hex EF D8 AC 0 A 1C 6 27 44 51
Octal 357 330 254 0 12 34 6 47 104 121
Binary 11101111 11011000 10101100 0 1010 11100 110 100111 1000100 1010001

Color Harmonies of #EFD8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8AC

Black with #EFD8AC

Text Example


Text Example

White with #EFD8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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