Html Css Color HEX #EFDAA8 Astra

📋 copy color: '#EFDAA8'

red 239 ◦ green 218 ◦ blue 168

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

Shades of Astra #EFDAA8

Tints of Astra #EFDAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.88%

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

R = 38.24%
G = 34.88%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFDAA8 (or 0xEFDAA8) is known color: Astra. HEX triplet: EF, DA and A8. RGB value is (239,218,168). Sum of RGB (Red+Green+Blue) = 239+218+168=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA8 is #102557. Grayscale: #DADADA. Windows color (decimal): -1058136 or 11066095. OLE color: 11066095.

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

Color convert

RGB 239 218 168 -
CMYK 0 0.09 0.30 0.06
HSL 42.25º 0.69% 0.8% -
HSV(B) 42.25º 0.3% 0.94% -
XYZ 67.74 71.32 47.24 -
YUV 218.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 239 218 168 0 0.09 0.30 0.06 42.25 0.69 0.8
Hex EF DA A8 0 9 1E 6 2A 45 50
Octal 357 332 250 0 11 36 6 52 105 120
Binary 11101111 11011010 10101000 0 1001 11110 110 101010 1000101 1010000

Color Harmonies of #EFDAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAA8

Black with #EFDAA8

Text Example


Text Example

White with #EFDAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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