Html Css Color HEX #EFD9A8 Astra

📋 copy color: '#EFD9A8'

red 239 ◦ green 217 ◦ blue 168

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

Shades of Astra #EFD9A8

Tints of Astra #EFD9A8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.78%

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

R = 38.3%
G = 34.78%
B = 26.92%

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

#EFD9A8 (or 0xEFD9A8) is known color: Astra. HEX triplet: EF, D9 and A8. RGB value is (239,217,168). Sum of RGB (Red+Green+Blue) = 239+217+168=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A8 is #102657. Grayscale: #DADADA. Windows color (decimal): -1058392 or 11065839. OLE color: 11065839.

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

Color convert

RGB 239 217 168 -
CMYK 0 0.09 0.30 0.06
HSL 41.41º 0.69% 0.8% -
HSV(B) 41.41º 0.3% 0.94% -
XYZ 67.48 70.8 47.16 -
YUV 217.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 239 217 168 0 0.09 0.30 0.06 41.41 0.69 0.8
Hex EF D9 A8 0 9 1E 6 29 45 50
Octal 357 331 250 0 11 36 6 51 105 120
Binary 11101111 11011001 10101000 0 1001 11110 110 101001 1000101 1010000

Color Harmonies of #EFD9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9A8

Black with #EFD9A8

Text Example


Text Example

White with #EFD9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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