Html Css Color HEX #EDD89F Splash

📋 copy color: '#EDD89F'

red 237 ◦ green 216 ◦ blue 159

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

Shades of Splash #EDD89F

Tints of Splash #EDD89F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.29%

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

R = 38.73%
G = 35.29%
B = 25.98%

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

#EDD89F (or 0xEDD89F) is known color: Splash. HEX triplet: ED, D8 and 9F. RGB value is (237,216,159). Sum of RGB (Red+Green+Blue) = 237+216+159=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89F is #122760. Grayscale: #D8D8D8. Windows color (decimal): -1189729 or 10475757. OLE color: 10475757.

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

Color convert

RGB 237 216 159 -
CMYK 0 0.09 0.33 0.07
HSL 43.85º 0.68% 0.78% -
HSV(B) 43.85º 0.33% 0.93% -
XYZ 65.74 69.62 42.77 -
YUV 215.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 237 216 159 0 0.09 0.33 0.07 43.85 0.68 0.78
Hex ED D8 9F 0 9 21 7 2C 44 4E
Octal 355 330 237 0 11 41 7 54 104 116
Binary 11101101 11011000 10011111 0 1001 100001 111 101100 1000100 1001110

Color Harmonies of #EDD89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD89F

Black with #EDD89F

Text Example


Text Example

White with #EDD89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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