Html Css Color HEX #EFD2AD Givry

📋 copy color: '#EFD2AD'

red 239 ◦ green 210 ◦ blue 173

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

Shades of Givry #EFD2AD

Tints of Givry #EFD2AD

RGB

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

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

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

R = 38.42%
G = 33.76%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD2AD (or 0xEFD2AD) is known color: Givry. HEX triplet: EF, D2 and AD. RGB value is (239,210,173). Sum of RGB (Red+Green+Blue) = 239+210+173=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AD is #102D52. Grayscale: #D6D6D6. Windows color (decimal): -1060179 or 11391727. OLE color: 11391727.

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

Color convert

RGB 239 210 173 -
CMYK 0 0.12 0.28 0.06
HSL 33.64º 0.67% 0.81% -
HSV(B) 33.64º 0.28% 0.94% -
XYZ 66.19 67.46 49.07 -
YUV 214.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 239 210 173 0 0.12 0.28 0.06 33.64 0.67 0.81
Hex EF D2 AD 0 C 1C 6 22 43 51
Octal 357 322 255 0 14 34 6 42 103 121
Binary 11101111 11010010 10101101 0 1100 11100 110 100010 1000011 1010001

Color Harmonies of #EFD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2AD

Black with #EFD2AD

Text Example


Text Example

White with #EFD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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