Html Css Color HEX #EFD0AF Givry

📋 copy color: '#EFD0AF'

red 239 ◦ green 208 ◦ blue 175

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

Shades of Givry #EFD0AF

Tints of Givry #EFD0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.44%

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

R = 38.42%
G = 33.44%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFD0AF (or 0xEFD0AF) is known color: Givry. HEX triplet: EF, D0 and AF. RGB value is (239,208,175). Sum of RGB (Red+Green+Blue) = 239+208+175=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0AF is #102F50. Grayscale: #D5D5D5. Windows color (decimal): -1060689 or 11522287. OLE color: 11522287.

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

Color convert

RGB 239 208 175 -
CMYK 0 0.13 0.27 0.06
HSL 30.94º 0.67% 0.81% -
HSV(B) 30.94º 0.27% 0.94% -
XYZ 65.89 66.56 49.93 -
YUV 213.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 239 208 175 0 0.13 0.27 0.06 30.94 0.67 0.81
Hex EF D0 AF 0 D 1B 6 1F 43 51
Octal 357 320 257 0 15 33 6 37 103 121
Binary 11101111 11010000 10101111 0 1101 11011 110 11111 1000011 1010001

Color Harmonies of #EFD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0AF

Black with #EFD0AF

Text Example


Text Example

White with #EFD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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