Html Css Color HEX #EDDAA1 Splash

📋 copy color: '#EDDAA1'

red 237 ◦ green 218 ◦ blue 161

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

Shades of Splash #EDDAA1

Tints of Splash #EDDAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.14%

R = 38.47%
G = 35.39%
B = 26.14%

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

#EDDAA1 (or 0xEDDAA1) is known color: Splash. HEX triplet: ED, DA and A1. RGB value is (237,218,161). Sum of RGB (Red+Green+Blue) = 237+218+161=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAA1 is #12255E. Grayscale: #D9D9D9. Windows color (decimal): -1189215 or 10607341. OLE color: 10607341.

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

Color convert

RGB 237 218 161 -
CMYK 0 0.08 0.32 0.07
HSL 45º 0.68% 0.78% -
HSV(B) 45º 0.32% 0.93% -
XYZ 66.43 70.72 43.87 -
YUV 217.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 237 218 161 0 0.08 0.32 0.07 45 0.68 0.78
Hex ED DA A1 0 8 20 7 2D 44 4E
Octal 355 332 241 0 10 40 7 55 104 116
Binary 11101101 11011010 10100001 0 1000 100000 111 101101 1000100 1001110

Color Harmonies of #EDDAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAA1

Black with #EDDAA1

Text Example


Text Example

White with #EDDAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAA1; }

 p { color: rgb(237,218,161); }

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

background-color css

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

 a { background-color: rgb(237,218,161); }

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

border-color css

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

 span { border-color: rgb(237,218,161); }

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