Html Css Color HEX #EDD5A6 Astra

📋 copy color: '#EDD5A6'

red 237 ◦ green 213 ◦ blue 166

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

Shades of Astra #EDD5A6

Tints of Astra #EDD5A6

RGB

 RED value IS 237 (92.97% from 255) = 38.47%

 GREEN value IS 213 (83.59% from 255) = 34.58%

 BLUE value IS 166 (65.23% from 255) = 26.95%

R = 38.47%
G = 34.58%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDD5A6 (or 0xEDD5A6) is known color: Astra. HEX triplet: ED, D5 and A6. RGB value is (237,213,166). Sum of RGB (Red+Green+Blue) = 237+213+166=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5A6 is #122A59. Grayscale: #D7D7D7. Windows color (decimal): -1190490 or 10933741. OLE color: 10933741.

HSL color Cylindrical-coordinate representation of color #EDD5A6: hue angle of 39.72º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDD5A6 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 166 -
CMYK 0 0.10 0.30 0.07
HSL 39.72º 0.66% 0.79% -
HSV(B) 39.72º 0.3% 0.93% -
XYZ 65.6 68.35 45.81 -
YUV 214.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 237 213 166 0 0.10 0.30 0.07 39.72 0.66 0.79
Hex ED D5 A6 0 A 1E 7 28 42 4F
Octal 355 325 246 0 12 36 7 50 102 117
Binary 11101101 11010101 10100110 0 1010 11110 111 101000 1000010 1001111

Color Harmonies of #EDD5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5A6

Black with #EDD5A6

Text Example


Text Example

White with #EDD5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5A6; }

 p { color: rgb(237,213,166); }

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

background-color css

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

 a { background-color: rgb(237,213,166); }

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

border-color css

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

 span { border-color: rgb(237,213,166); }

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