Html Css Color HEX #EFD4AC Givry

📋 copy color: '#EFD4AC'

red 239 ◦ green 212 ◦ blue 172

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

Shades of Givry #EFD4AC

Tints of Givry #EFD4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.03%

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

R = 38.36%
G = 34.03%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD4AC (or 0xEFD4AC) is known color: Givry. HEX triplet: EF, D4 and AC. RGB value is (239,212,172). Sum of RGB (Red+Green+Blue) = 239+212+172=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AC is #102B53. Grayscale: #D7D7D7. Windows color (decimal): -1059668 or 11326703. OLE color: 11326703.

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

Color convert

RGB 239 212 172 -
CMYK 0 0.11 0.28 0.06
HSL 35.82º 0.68% 0.81% -
HSV(B) 35.82º 0.28% 0.94% -
XYZ 66.59 68.42 48.73 -
YUV 215.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 239 212 172 0 0.11 0.28 0.06 35.82 0.68 0.81
Hex EF D4 AC 0 B 1C 6 24 44 51
Octal 357 324 254 0 13 34 6 44 104 121
Binary 11101111 11010100 10101100 0 1011 11100 110 100100 1000100 1010001

Color Harmonies of #EFD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4AC

Black with #EFD4AC

Text Example


Text Example

White with #EFD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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