Html Css Color HEX #EDD79F Splash

📋 copy color: '#EDD79F'

red 237 ◦ green 215 ◦ blue 159

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

Shades of Splash #EDD79F

Tints of Splash #EDD79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.19%

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

R = 38.79%
G = 35.19%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD79F (or 0xEDD79F) is known color: Splash. HEX triplet: ED, D7 and 9F. RGB value is (237,215,159). Sum of RGB (Red+Green+Blue) = 237+215+159=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79F is #122860. Grayscale: #D7D7D7. Windows color (decimal): -1189985 or 10475501. OLE color: 10475501.

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

Color convert

RGB 237 215 159 -
CMYK 0 0.09 0.33 0.07
HSL 43.08º 0.68% 0.78% -
HSV(B) 43.08º 0.33% 0.93% -
XYZ 65.48 69.11 42.69 -
YUV 215.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 237 215 159 0 0.09 0.33 0.07 43.08 0.68 0.78
Hex ED D7 9F 0 9 21 7 2B 44 4E
Octal 355 327 237 0 11 41 7 53 104 116
Binary 11101101 11010111 10011111 0 1001 100001 111 101011 1000100 1001110

Color Harmonies of #EDD79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD79F

Black with #EDD79F

Text Example


Text Example

White with #EDD79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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