Html Css Color HEX #EDD796 Splash

📋 copy color: '#EDD796'

red 237 ◦ green 215 ◦ blue 150

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

Shades of Splash #EDD796

Tints of Splash #EDD796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.71%

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

R = 39.37%
G = 35.71%
B = 24.92%

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

#EDD796 (or 0xEDD796) is known color: Splash. HEX triplet: ED, D7 and 96. RGB value is (237,215,150). Sum of RGB (Red+Green+Blue) = 237+215+150=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD796 is #122869. Grayscale: #D6D6D6. Windows color (decimal): -1189994 or 9885677. OLE color: 9885677.

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

Color convert

RGB 237 215 150 -
CMYK 0 0.09 0.37 0.07
HSL 44.83º 0.71% 0.76% -
HSV(B) 44.83º 0.37% 0.93% -
XYZ 64.73 68.81 38.72 -
YUV 214.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 237 215 150 0 0.09 0.37 0.07 44.83 0.71 0.76
Hex ED D7 96 0 9 25 7 2D 47 4C
Octal 355 327 226 0 11 45 7 55 107 114
Binary 11101101 11010111 10010110 0 1001 100101 111 101101 1000111 1001100

Color Harmonies of #EDD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD796

Black with #EDD796

Text Example


Text Example

White with #EDD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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