Html Css Color HEX #EDDB9F Splash

📋 copy color: '#EDDB9F'

red 237 ◦ green 219 ◦ blue 159

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

Shades of Splash #EDDB9F

Tints of Splash #EDDB9F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

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

R = 38.54%
G = 35.61%
B = 25.85%

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

#EDDB9F (or 0xEDDB9F) is known color: Splash. HEX triplet: ED, DB and 9F. RGB value is (237,219,159). Sum of RGB (Red+Green+Blue) = 237+219+159=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB9F is #122460. Grayscale: #D9D9D9. Windows color (decimal): -1188961 or 10476525. OLE color: 10476525.

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

Color convert

RGB 237 219 159 -
CMYK 0 0.08 0.33 0.07
HSL 46.15º 0.68% 0.78% -
HSV(B) 46.15º 0.33% 0.93% -
XYZ 66.51 71.17 43.03 -
YUV 217.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 237 219 159 0 0.08 0.33 0.07 46.15 0.68 0.78
Hex ED DB 9F 0 8 21 7 2E 44 4E
Octal 355 333 237 0 10 41 7 56 104 116
Binary 11101101 11011011 10011111 0 1000 100001 111 101110 1000100 1001110

Color Harmonies of #EDDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB9F

Black with #EDDB9F

Text Example


Text Example

White with #EDDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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