Html Css Color HEX #EFDAA7 Astra

📋 copy color: '#EFDAA7'

red 239 ◦ green 218 ◦ blue 167

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

Shades of Astra #EFDAA7

Tints of Astra #EFDAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.76%

R = 38.3%
G = 34.94%
B = 26.76%

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

#EFDAA7 (or 0xEFDAA7) is known color: Astra. HEX triplet: EF, DA and A7. RGB value is (239,218,167). Sum of RGB (Red+Green+Blue) = 239+218+167=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA7 is #102558. Grayscale: #DADADA. Windows color (decimal): -1058137 or 11000559. OLE color: 11000559.

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

Color convert

RGB 239 218 167 -
CMYK 0 0.09 0.30 0.06
HSL 42.5º 0.69% 0.8% -
HSV(B) 42.5º 0.3% 0.94% -
XYZ 67.64 71.28 46.75 -
YUV 218.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 239 218 167 0 0.09 0.30 0.06 42.5 0.69 0.8
Hex EF DA A7 0 9 1E 6 2A 45 50
Octal 357 332 247 0 11 36 6 52 105 120
Binary 11101111 11011010 10100111 0 1001 11110 110 101010 1000101 1010000

Color Harmonies of #EFDAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAA7

Black with #EFDAA7

Text Example


Text Example

White with #EFDAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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