Html Css Color HEX #EFD4AA Givry

📋 copy color: '#EFD4AA'

red 239 ◦ green 212 ◦ blue 170

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

Shades of Givry #EFD4AA

Tints of Givry #EFD4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.38%

R = 38.49%
G = 34.14%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFD4AA (or 0xEFD4AA) is known color: Givry. HEX triplet: EF, D4 and AA. RGB value is (239,212,170). Sum of RGB (Red+Green+Blue) = 239+212+170=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AA is #102B55. Grayscale: #D7D7D7. Windows color (decimal): -1059670 or 11195631. OLE color: 11195631.

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

Color convert

RGB 239 212 170 -
CMYK 0 0.11 0.29 0.06
HSL 36.52º 0.68% 0.8% -
HSV(B) 36.52º 0.29% 0.94% -
XYZ 66.4 68.34 47.72 -
YUV 215.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 239 212 170 0 0.11 0.29 0.06 36.52 0.68 0.8
Hex EF D4 AA 0 B 1D 6 25 44 50
Octal 357 324 252 0 13 35 6 45 104 120
Binary 11101111 11010100 10101010 0 1011 11101 110 100101 1000100 1010000

Color Harmonies of #EFD4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4AA

Black with #EFD4AA

Text Example


Text Example

White with #EFD4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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