Html Css Color HEX #EDD896 Splash

📋 copy color: '#EDD896'

red 237 ◦ green 216 ◦ blue 150

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

Shades of Splash #EDD896

Tints of Splash #EDD896

RGB

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

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

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

R = 39.3%
G = 35.82%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDD896 (or 0xEDD896) is known color: Splash. HEX triplet: ED, D8 and 96. RGB value is (237,216,150). Sum of RGB (Red+Green+Blue) = 237+216+150=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD896 is #122769. Grayscale: #D7D7D7. Windows color (decimal): -1189738 or 9885933. OLE color: 9885933.

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

Color convert

RGB 237 216 150 -
CMYK 0 0.09 0.37 0.07
HSL 45.52º 0.71% 0.76% -
HSV(B) 45.52º 0.37% 0.93% -
XYZ 64.99 69.32 38.81 -
YUV 214.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 237 216 150 0 0.09 0.37 0.07 45.52 0.71 0.76
Hex ED D8 96 0 9 25 7 2E 47 4C
Octal 355 330 226 0 11 45 7 56 107 114
Binary 11101101 11011000 10010110 0 1001 100101 111 101110 1000111 1001100

Color Harmonies of #EDD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD896

Black with #EDD896

Text Example


Text Example

White with #EDD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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