Html Css Color HEX #EDD999 Splash

📋 copy color: '#EDD999'

red 237 ◦ green 217 ◦ blue 153

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

Shades of Splash #EDD999

Tints of Splash #EDD999

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.75%

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

R = 39.04%
G = 35.75%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD999 (or 0xEDD999) is known color: Splash. HEX triplet: ED, D9 and 99. RGB value is (237,217,153). Sum of RGB (Red+Green+Blue) = 237+217+153=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD999 is #122666. Grayscale: #D7D7D7. Windows color (decimal): -1189479 or 10082797. OLE color: 10082797.

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

Color convert

RGB 237 217 153 -
CMYK 0 0.08 0.35 0.07
HSL 45.71º 0.7% 0.76% -
HSV(B) 45.71º 0.35% 0.93% -
XYZ 65.49 69.93 40.18 -
YUV 215.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 237 217 153 0 0.08 0.35 0.07 45.71 0.7 0.76
Hex ED D9 99 0 8 23 7 2E 46 4C
Octal 355 331 231 0 10 43 7 56 106 114
Binary 11101101 11011001 10011001 0 1000 100011 111 101110 1000110 1001100

Color Harmonies of #EDD999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD999

Black with #EDD999

Text Example


Text Example

White with #EDD999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD999; }

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

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

background-color css

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

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

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

border-color css

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

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

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