Html Css Color HEX #EFD0AC Givry

📋 copy color: '#EFD0AC'

red 239 ◦ green 208 ◦ blue 172

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

Shades of Givry #EFD0AC

Tints of Givry #EFD0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.6%

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

R = 38.61%
G = 33.6%
B = 27.79%

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

#EFD0AC (or 0xEFD0AC) is known color: Givry. HEX triplet: EF, D0 and AC. RGB value is (239,208,172). Sum of RGB (Red+Green+Blue) = 239+208+172=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0AC is #102F53. Grayscale: #D5D5D5. Windows color (decimal): -1060692 or 11325679. OLE color: 11325679.

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

Color convert

RGB 239 208 172 -
CMYK 0 0.13 0.28 0.06
HSL 32.24º 0.68% 0.81% -
HSV(B) 32.24º 0.28% 0.94% -
XYZ 65.6 66.44 48.4 -
YUV 213.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 239 208 172 0 0.13 0.28 0.06 32.24 0.68 0.81
Hex EF D0 AC 0 D 1C 6 20 44 51
Octal 357 320 254 0 15 34 6 40 104 121
Binary 11101111 11010000 10101100 0 1101 11100 110 100000 1000100 1010001

Color Harmonies of #EFD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0AC

Black with #EFD0AC

Text Example


Text Example

White with #EFD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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