Html Css Color HEX #EDD996 Splash

📋 copy color: '#EDD996'

red 237 ◦ green 217 ◦ blue 150

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

Shades of Splash #EDD996

Tints of Splash #EDD996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.83%

R = 39.24%
G = 35.93%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDD996 (or 0xEDD996) is known color: Splash. HEX triplet: ED, D9 and 96. RGB value is (237,217,150). Sum of RGB (Red+Green+Blue) = 237+217+150=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD996 is #122669. Grayscale: #D7D7D7. Windows color (decimal): -1189482 or 9886189. OLE color: 9886189.

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

Color convert

RGB 237 217 150 -
CMYK 0 0.08 0.37 0.07
HSL 46.21º 0.71% 0.76% -
HSV(B) 46.21º 0.37% 0.93% -
XYZ 65.24 69.83 38.89 -
YUV 215.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 237 217 150 0 0.08 0.37 0.07 46.21 0.71 0.76
Hex ED D9 96 0 8 25 7 2E 47 4C
Octal 355 331 226 0 10 45 7 56 107 114
Binary 11101101 11011001 10010110 0 1000 100101 111 101110 1000111 1001100

Color Harmonies of #EDD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD996

Black with #EDD996

Text Example


Text Example

White with #EDD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD996; }

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

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

background-color css

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

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

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

border-color css

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

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

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