Html Css Color HEX #EFD2AF Givry

📋 copy color: '#EFD2AF'

red 239 ◦ green 210 ◦ blue 175

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

Shades of Givry #EFD2AF

Tints of Givry #EFD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.65%

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

R = 38.3%
G = 33.65%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFD2AF (or 0xEFD2AF) is known color: Givry. HEX triplet: EF, D2 and AF. RGB value is (239,210,175). Sum of RGB (Red+Green+Blue) = 239+210+175=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AF is #102D50. Grayscale: #D6D6D6. Windows color (decimal): -1060177 or 11522799. OLE color: 11522799.

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

Color convert

RGB 239 210 175 -
CMYK 0 0.12 0.27 0.06
HSL 32.81º 0.67% 0.81% -
HSV(B) 32.81º 0.27% 0.94% -
XYZ 66.38 67.54 50.1 -
YUV 214.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 239 210 175 0 0.12 0.27 0.06 32.81 0.67 0.81
Hex EF D2 AF 0 C 1B 6 21 43 51
Octal 357 322 257 0 14 33 6 41 103 121
Binary 11101111 11010010 10101111 0 1100 11011 110 100001 1000011 1010001

Color Harmonies of #EFD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2AF

Black with #EFD2AF

Text Example


Text Example

White with #EFD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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