Html Css Color HEX #EFD5AC Givry

📋 copy color: '#EFD5AC'

red 239 ◦ green 213 ◦ blue 172

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

Shades of Givry #EFD5AC

Tints of Givry #EFD5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.13%

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

R = 38.3%
G = 34.13%
B = 27.56%

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

#EFD5AC (or 0xEFD5AC) is known color: Givry. HEX triplet: EF, D5 and AC. RGB value is (239,213,172). Sum of RGB (Red+Green+Blue) = 239+213+172=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AC is #102A53. Grayscale: #D8D8D8. Windows color (decimal): -1059412 or 11326959. OLE color: 11326959.

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

Color convert

RGB 239 213 172 -
CMYK 0 0.11 0.28 0.06
HSL 36.72º 0.68% 0.81% -
HSV(B) 36.72º 0.28% 0.94% -
XYZ 66.84 68.92 48.81 -
YUV 216.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 239 213 172 0 0.11 0.28 0.06 36.72 0.68 0.81
Hex EF D5 AC 0 B 1C 6 25 44 51
Octal 357 325 254 0 13 34 6 45 104 121
Binary 11101111 11010101 10101100 0 1011 11100 110 100101 1000100 1010001

Color Harmonies of #EFD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5AC

Black with #EFD5AC

Text Example


Text Example

White with #EFD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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