Html Css Color HEX #EFD4AB Givry

📋 copy color: '#EFD4AB'

red 239 ◦ green 212 ◦ blue 171

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

Shades of Givry #EFD4AB

Tints of Givry #EFD4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.49%

R = 38.42%
G = 34.08%
B = 27.49%

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

#EFD4AB (or 0xEFD4AB) is known color: Givry. HEX triplet: EF, D4 and AB. RGB value is (239,212,171). Sum of RGB (Red+Green+Blue) = 239+212+171=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AB is #102B54. Grayscale: #D7D7D7. Windows color (decimal): -1059669 or 11261167. OLE color: 11261167.

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

Color convert

RGB 239 212 171 -
CMYK 0 0.11 0.28 0.06
HSL 36.18º 0.68% 0.8% -
HSV(B) 36.18º 0.28% 0.94% -
XYZ 66.49 68.38 48.22 -
YUV 215.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 239 212 171 0 0.11 0.28 0.06 36.18 0.68 0.8
Hex EF D4 AB 0 B 1C 6 24 44 50
Octal 357 324 253 0 13 34 6 44 104 120
Binary 11101111 11010100 10101011 0 1011 11100 110 100100 1000100 1010000

Color Harmonies of #EFD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4AB

Black with #EFD4AB

Text Example


Text Example

White with #EFD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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