Html Css Color HEX #EDD4A2 Astra

📋 copy color: '#EDD4A2'

red 237 ◦ green 212 ◦ blue 162

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

Shades of Astra #EDD4A2

Tints of Astra #EDD4A2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.7%

 BLUE value IS 162 (63.67% from 255) = 26.51%

R = 38.79%
G = 34.7%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDD4A2 (or 0xEDD4A2) is known color: Astra. HEX triplet: ED, D4 and A2. RGB value is (237,212,162). Sum of RGB (Red+Green+Blue) = 237+212+162=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4A2 is #122B5D. Grayscale: #D6D6D6. Windows color (decimal): -1190750 or 10671341. OLE color: 10671341.

HSL color Cylindrical-coordinate representation of color #EDD4A2: hue angle of 40º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDD4A2 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 162 -
CMYK 0 0.11 0.32 0.07
HSL 40º 0.68% 0.78% -
HSV(B) 40º 0.32% 0.93% -
XYZ 64.99 67.7 43.82 -
YUV 213.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 237 212 162 0 0.11 0.32 0.07 40 0.68 0.78
Hex ED D4 A2 0 B 20 7 28 44 4E
Octal 355 324 242 0 13 40 7 50 104 116
Binary 11101101 11010100 10100010 0 1011 100000 111 101000 1000100 1001110

Color Harmonies of #EDD4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4A2

Black with #EDD4A2

Text Example


Text Example

White with #EDD4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4A2; }

 p { color: rgb(237,212,162); }

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

background-color css

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

 a { background-color: rgb(237,212,162); }

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

border-color css

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

 span { border-color: rgb(237,212,162); }

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