Html Css Color HEX #EDDD9F Splash

📋 copy color: '#EDDD9F'

red 237 ◦ green 221 ◦ blue 159

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

Shades of Splash #EDDD9F

Tints of Splash #EDDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

 BLUE value IS 159 (62.5% from 255) = 25.77%

R = 38.41%
G = 35.82%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDDD9F (or 0xEDDD9F) is known color: Splash. HEX triplet: ED, DD and 9F. RGB value is (237,221,159). Sum of RGB (Red+Green+Blue) = 237+221+159=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD9F is #122260. Grayscale: #DADADA. Windows color (decimal): -1188449 or 10477037. OLE color: 10477037.

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

Color convert

RGB 237 221 159 -
CMYK 0 0.07 0.33 0.07
HSL 47.69º 0.68% 0.78% -
HSV(B) 47.69º 0.33% 0.93% -
XYZ 67.04 72.22 43.21 -
YUV 218.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 237 221 159 0 0.07 0.33 0.07 47.69 0.68 0.78
Hex ED DD 9F 0 7 21 7 30 44 4E
Octal 355 335 237 0 7 41 7 60 104 116
Binary 11101101 11011101 10011111 0 111 100001 111 110000 1000100 1001110

Color Harmonies of #EDDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD9F

Black with #EDDD9F

Text Example


Text Example

White with #EDDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD9F; }

 p { color: rgb(237,221,159); }

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

background-color css

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

 a { background-color: rgb(237,221,159); }

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

border-color css

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

 span { border-color: rgb(237,221,159); }

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