Html Css Color HEX #EFD7AF Givry

📋 copy color: '#EFD7AF'

red 239 ◦ green 215 ◦ blue 175

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

Shades of Givry #EFD7AF

Tints of Givry #EFD7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.18%

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

R = 38%
G = 34.18%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFD7AF (or 0xEFD7AF) is known color: Givry. HEX triplet: EF, D7 and AF. RGB value is (239,215,175). Sum of RGB (Red+Green+Blue) = 239+215+175=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD7AF is #102850. Grayscale: #D9D9D9. Windows color (decimal): -1058897 or 11524079. OLE color: 11524079.

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

Color convert

RGB 239 215 175 -
CMYK 0 0.10 0.27 0.06
HSL 37.5º 0.67% 0.81% -
HSV(B) 37.5º 0.27% 0.94% -
XYZ 67.63 70.05 50.51 -
YUV 217.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 239 215 175 0 0.10 0.27 0.06 37.5 0.67 0.81
Hex EF D7 AF 0 A 1B 6 26 43 51
Octal 357 327 257 0 12 33 6 46 103 121
Binary 11101111 11010111 10101111 0 1010 11011 110 100110 1000011 1010001

Color Harmonies of #EFD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7AF

Black with #EFD7AF

Text Example


Text Example

White with #EFD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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