Html Css Color HEX #EFD6AF Givry

📋 copy color: '#EFD6AF'

red 239 ◦ green 214 ◦ blue 175

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

Shades of Givry #EFD6AF

Tints of Givry #EFD6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.08%

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

R = 38.06%
G = 34.08%
B = 27.87%

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

#EFD6AF (or 0xEFD6AF) is known color: Givry. HEX triplet: EF, D6 and AF. RGB value is (239,214,175). Sum of RGB (Red+Green+Blue) = 239+214+175=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AF is #102950. Grayscale: #D9D9D9. Windows color (decimal): -1059153 or 11523823. OLE color: 11523823.

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

Color convert

RGB 239 214 175 -
CMYK 0 0.10 0.27 0.06
HSL 36.56º 0.67% 0.81% -
HSV(B) 36.56º 0.27% 0.94% -
XYZ 67.38 69.54 50.43 -
YUV 217.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 239 214 175 0 0.10 0.27 0.06 36.56 0.67 0.81
Hex EF D6 AF 0 A 1B 6 25 43 51
Octal 357 326 257 0 12 33 6 45 103 121
Binary 11101111 11010110 10101111 0 1010 11011 110 100101 1000011 1010001

Color Harmonies of #EFD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6AF

Black with #EFD6AF

Text Example


Text Example

White with #EFD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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