Html Css Color HEX #EDDA9F Splash

📋 copy color: '#EDDA9F'

red 237 ◦ green 218 ◦ blue 159

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

Shades of Splash #EDDA9F

Tints of Splash #EDDA9F

RGB

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

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

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

R = 38.6%
G = 35.5%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDDA9F (or 0xEDDA9F) is known color: Splash. HEX triplet: ED, DA and 9F. RGB value is (237,218,159). Sum of RGB (Red+Green+Blue) = 237+218+159=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA9F is #122560. Grayscale: #D9D9D9. Windows color (decimal): -1189217 or 10476269. OLE color: 10476269.

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

Color convert

RGB 237 218 159 -
CMYK 0 0.08 0.33 0.07
HSL 45.38º 0.68% 0.78% -
HSV(B) 45.38º 0.33% 0.93% -
XYZ 66.25 70.65 42.95 -
YUV 216.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 237 218 159 0 0.08 0.33 0.07 45.38 0.68 0.78
Hex ED DA 9F 0 8 21 7 2D 44 4E
Octal 355 332 237 0 10 41 7 55 104 116
Binary 11101101 11011010 10011111 0 1000 100001 111 101101 1000100 1001110

Color Harmonies of #EDDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA9F

Black with #EDDA9F

Text Example


Text Example

White with #EDDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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