Html Css Color HEX #EDD596 Splash

📋 copy color: '#EDD596'

red 237 ◦ green 213 ◦ blue 150

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

Shades of Splash #EDD596

Tints of Splash #EDD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.5%

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

R = 39.5%
G = 35.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDD596 (or 0xEDD596) is known color: Splash. HEX triplet: ED, D5 and 96. RGB value is (237,213,150). Sum of RGB (Red+Green+Blue) = 237+213+150=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD596 is #122A69. Grayscale: #D5D5D5. Windows color (decimal): -1190506 or 9885165. OLE color: 9885165.

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

Color convert

RGB 237 213 150 -
CMYK 0 0.10 0.37 0.07
HSL 43.45º 0.71% 0.76% -
HSV(B) 43.45º 0.37% 0.93% -
XYZ 64.22 67.8 38.55 -
YUV 212.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 237 213 150 0 0.10 0.37 0.07 43.45 0.71 0.76
Hex ED D5 96 0 A 25 7 2B 47 4C
Octal 355 325 226 0 12 45 7 53 107 114
Binary 11101101 11010101 10010110 0 1010 100101 111 101011 1000111 1001100

Color Harmonies of #EDD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD596

Black with #EDD596

Text Example


Text Example

White with #EDD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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