Html Css Color HEX #EDD9A2 Splash

📋 copy color: '#EDD9A2'

red 237 ◦ green 217 ◦ blue 162

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

Shades of Splash #EDD9A2

Tints of Splash #EDD9A2

RGB

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

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

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

R = 38.47%
G = 35.23%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDD9A2 (or 0xEDD9A2) is known color: Splash. HEX triplet: ED, D9 and A2. RGB value is (237,217,162). Sum of RGB (Red+Green+Blue) = 237+217+162=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9A2 is #12265D. Grayscale: #D8D8D8. Windows color (decimal): -1189470 or 10672621. OLE color: 10672621.

HSL color Cylindrical-coordinate representation of color #EDD9A2: hue angle of 44º 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 #EDD9A2 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 162 -
CMYK 0 0.08 0.32 0.07
HSL 44º 0.68% 0.78% -
HSV(B) 44º 0.32% 0.93% -
XYZ 66.26 70.24 44.25 -
YUV 216.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 237 217 162 0 0.08 0.32 0.07 44 0.68 0.78
Hex ED D9 A2 0 8 20 7 2C 44 4E
Octal 355 331 242 0 10 40 7 54 104 116
Binary 11101101 11011001 10100010 0 1000 100000 111 101100 1000100 1001110

Color Harmonies of #EDD9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9A2

Black with #EDD9A2

Text Example


Text Example

White with #EDD9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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