Html Css Color HEX #EFD1AF Givry

📋 copy color: '#EFD1AF'

red 239 ◦ green 209 ◦ blue 175

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

Shades of Givry #EFD1AF

Tints of Givry #EFD1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 38.36%
G = 33.55%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFD1AF (or 0xEFD1AF) is known color: Givry. HEX triplet: EF, D1 and AF. RGB value is (239,209,175). Sum of RGB (Red+Green+Blue) = 239+209+175=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1AF is #102E50. Grayscale: #D6D6D6. Windows color (decimal): -1060433 or 11522543. OLE color: 11522543.

HSL color Cylindrical-coordinate representation of color #EFD1AF: hue angle of 31.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFD1AF is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 175 -
CMYK 0 0.13 0.27 0.06
HSL 31.88º 0.67% 0.81% -
HSV(B) 31.88º 0.27% 0.94% -
XYZ 66.13 67.05 50.01 -
YUV 214.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 239 209 175 0 0.13 0.27 0.06 31.88 0.67 0.81
Hex EF D1 AF 0 D 1B 6 20 43 51
Octal 357 321 257 0 15 33 6 40 103 121
Binary 11101111 11010001 10101111 0 1101 11011 110 100000 1000011 1010001

Color Harmonies of #EFD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1AF

Black with #EFD1AF

Text Example


Text Example

White with #EFD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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