Html Css Color HEX #EFD7A9 Astra

📋 copy color: '#EFD7A9'

red 239 ◦ green 215 ◦ blue 169

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

Shades of Astra #EFD7A9

Tints of Astra #EFD7A9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.51%

 BLUE value IS 169 (66.41% from 255) = 27.13%

R = 38.36%
G = 34.51%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFD7A9 (or 0xEFD7A9) is known color: Astra. HEX triplet: EF, D7 and A9. RGB value is (239,215,169). Sum of RGB (Red+Green+Blue) = 239+215+169=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD7A9 is #102856. Grayscale: #D9D9D9. Windows color (decimal): -1058903 or 11130863. OLE color: 11130863.

HSL color Cylindrical-coordinate representation of color #EFD7A9: hue angle of 39.43º degrees, saturation: 0.69, 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 #EFD7A9 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 169 -
CMYK 0 0.10 0.29 0.06
HSL 39.43º 0.69% 0.8% -
HSV(B) 39.43º 0.29% 0.94% -
XYZ 67.06 69.82 47.48 -
YUV 216.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 239 215 169 0 0.10 0.29 0.06 39.43 0.69 0.8
Hex EF D7 A9 0 A 1D 6 27 45 50
Octal 357 327 251 0 12 35 6 47 105 120
Binary 11101111 11010111 10101001 0 1010 11101 110 100111 1000101 1010000

Color Harmonies of #EFD7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7A9

Black with #EFD7A9

Text Example


Text Example

White with #EFD7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7A9; }

 p { color: rgb(239,215,169); }

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

background-color css

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

 a { background-color: rgb(239,215,169); }

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

border-color css

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

 span { border-color: rgb(239,215,169); }

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