Html Css Color HEX #EDD899 Splash

📋 copy color: '#EDD899'

red 237 ◦ green 216 ◦ blue 153

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

Shades of Splash #EDD899

Tints of Splash #EDD899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.25%

R = 39.11%
G = 35.64%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD899 (or 0xEDD899) is known color: Splash. HEX triplet: ED, D8 and 99. RGB value is (237,216,153). Sum of RGB (Red+Green+Blue) = 237+216+153=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD899 is #122766. Grayscale: #D7D7D7. Windows color (decimal): -1189735 or 10082541. OLE color: 10082541.

HSL color Cylindrical-coordinate representation of color #EDD899: hue angle of 45º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD899 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 153 -
CMYK 0 0.09 0.35 0.07
HSL 45º 0.7% 0.76% -
HSV(B) 45º 0.35% 0.93% -
XYZ 65.23 69.42 40.1 -
YUV 215.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 237 216 153 0 0.09 0.35 0.07 45 0.7 0.76
Hex ED D8 99 0 9 23 7 2D 46 4C
Octal 355 330 231 0 11 43 7 55 106 114
Binary 11101101 11011000 10011001 0 1001 100011 111 101101 1000110 1001100

Color Harmonies of #EDD899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD899

Black with #EDD899

Text Example


Text Example

White with #EDD899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD899; }

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

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

background-color css

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

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

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

border-color css

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

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

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