Html Css Color HEX #EFD5AD Givry

📋 copy color: '#EFD5AD'

red 239 ◦ green 213 ◦ blue 173

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

Shades of Givry #EFD5AD

Tints of Givry #EFD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.08%

 BLUE value IS 173 (67.97% from 255) = 27.68%

R = 38.24%
G = 34.08%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD5AD (or 0xEFD5AD) is known color: Givry. HEX triplet: EF, D5 and AD. RGB value is (239,213,173). Sum of RGB (Red+Green+Blue) = 239+213+173=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AD is #102A52. Grayscale: #D8D8D8. Windows color (decimal): -1059411 or 11392495. OLE color: 11392495.

HSL color Cylindrical-coordinate representation of color #EFD5AD: hue angle of 36.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFD5AD is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 173 -
CMYK 0 0.11 0.28 0.06
HSL 36.36º 0.67% 0.81% -
HSV(B) 36.36º 0.28% 0.94% -
XYZ 66.93 68.96 49.32 -
YUV 216.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 239 213 173 0 0.11 0.28 0.06 36.36 0.67 0.81
Hex EF D5 AD 0 B 1C 6 24 43 51
Octal 357 325 255 0 13 34 6 44 103 121
Binary 11101111 11010101 10101101 0 1011 11100 110 100100 1000011 1010001

Color Harmonies of #EFD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5AD

Black with #EFD5AD

Text Example


Text Example

White with #EFD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5AD; }

 p { color: rgb(239,213,173); }

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

background-color css

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

 a { background-color: rgb(239,213,173); }

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

border-color css

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

 span { border-color: rgb(239,213,173); }

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