Html Css Color HEX #EFD6A8 Astra

📋 copy color: '#EFD6A8'

red 239 ◦ green 214 ◦ blue 168

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

Shades of Astra #EFD6A8

Tints of Astra #EFD6A8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.46%

 BLUE value IS 168 (66.02% from 255) = 27.05%

R = 38.49%
G = 34.46%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFD6A8 (or 0xEFD6A8) is known color: Astra. HEX triplet: EF, D6 and A8. RGB value is (239,214,168). Sum of RGB (Red+Green+Blue) = 239+214+168=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6A8 is #102957. Grayscale: #D8D8D8. Windows color (decimal): -1059160 or 11065071. OLE color: 11065071.

HSL color Cylindrical-coordinate representation of color #EFD6A8: hue angle of 38.87º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFD6A8 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 168 -
CMYK 0 0.10 0.30 0.06
HSL 38.87º 0.69% 0.8% -
HSV(B) 38.87º 0.3% 0.94% -
XYZ 66.71 69.27 46.9 -
YUV 216.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 239 214 168 0 0.10 0.30 0.06 38.87 0.69 0.8
Hex EF D6 A8 0 A 1E 6 27 45 50
Octal 357 326 250 0 12 36 6 47 105 120
Binary 11101111 11010110 10101000 0 1010 11110 110 100111 1000101 1010000

Color Harmonies of #EFD6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6A8

Black with #EFD6A8

Text Example


Text Example

White with #EFD6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6A8; }

 p { color: rgb(239,214,168); }

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

background-color css

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

 a { background-color: rgb(239,214,168); }

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

border-color css

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

 span { border-color: rgb(239,214,168); }

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