Html Css Color HEX #EFD8AF Givry

📋 copy color: '#EFD8AF'

red 239 ◦ green 216 ◦ blue 175

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

Shades of Givry #EFD8AF

Tints of Givry #EFD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

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

R = 37.94%
G = 34.29%
B = 27.78%

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

#EFD8AF (or 0xEFD8AF) is known color: Givry. HEX triplet: EF, D8 and AF. RGB value is (239,216,175). Sum of RGB (Red+Green+Blue) = 239+216+175=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AF is #102750. Grayscale: #DADADA. Windows color (decimal): -1058641 or 11524335. OLE color: 11524335.

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

Color convert

RGB 239 216 175 -
CMYK 0 0.10 0.27 0.06
HSL 38.44º 0.67% 0.81% -
HSV(B) 38.44º 0.27% 0.94% -
XYZ 67.89 70.56 50.6 -
YUV 218.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 239 216 175 0 0.10 0.27 0.06 38.44 0.67 0.81
Hex EF D8 AF 0 A 1B 6 26 43 51
Octal 357 330 257 0 12 33 6 46 103 121
Binary 11101111 11011000 10101111 0 1010 11011 110 100110 1000011 1010001

Color Harmonies of #EFD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8AF

Black with #EFD8AF

Text Example


Text Example

White with #EFD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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