Html Css Color HEX #EFD4AF Givry

📋 copy color: '#EFD4AF'

red 239 ◦ green 212 ◦ blue 175

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

Shades of Givry #EFD4AF

Tints of Givry #EFD4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.87%

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

R = 38.18%
G = 33.87%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFD4AF (or 0xEFD4AF) is known color: Givry. HEX triplet: EF, D4 and AF. RGB value is (239,212,175). Sum of RGB (Red+Green+Blue) = 239+212+175=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AF is #102B50. Grayscale: #D8D8D8. Windows color (decimal): -1059665 or 11523311. OLE color: 11523311.

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

Color convert

RGB 239 212 175 -
CMYK 0 0.11 0.27 0.06
HSL 34.69º 0.67% 0.81% -
HSV(B) 34.69º 0.27% 0.94% -
XYZ 66.88 68.53 50.26 -
YUV 215.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 239 212 175 0 0.11 0.27 0.06 34.69 0.67 0.81
Hex EF D4 AF 0 B 1B 6 23 43 51
Octal 357 324 257 0 13 33 6 43 103 121
Binary 11101111 11010100 10101111 0 1011 11011 110 100011 1000011 1010001

Color Harmonies of #EFD4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4AF

Black with #EFD4AF

Text Example


Text Example

White with #EFD4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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