Html Css Color HEX #EDD695 Splash

📋 copy color: '#EDD695'

red 237 ◦ green 214 ◦ blue 149

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

Shades of Splash #EDD695

Tints of Splash #EDD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.67%

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 39.5%
G = 35.67%
B = 24.83%

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

#EDD695 (or 0xEDD695) is known color: Splash. HEX triplet: ED, D6 and 95. RGB value is (237,214,149). Sum of RGB (Red+Green+Blue) = 237+214+149=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD695 is #12296A. Grayscale: #D5D5D5. Windows color (decimal): -1190251 or 9819885. OLE color: 9819885.

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

Color convert

RGB 237 214 149 -
CMYK 0 0.10 0.37 0.07
HSL 44.32º 0.71% 0.76% -
HSV(B) 44.32º 0.37% 0.93% -
XYZ 64.4 68.27 38.22 -
YUV 213.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 237 214 149 0 0.10 0.37 0.07 44.32 0.71 0.76
Hex ED D6 95 0 A 25 7 2C 47 4C
Octal 355 326 225 0 12 45 7 54 107 114
Binary 11101101 11010110 10010101 0 1010 100101 111 101100 1000111 1001100

Color Harmonies of #EDD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD695

Black with #EDD695

Text Example


Text Example

White with #EDD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD695; }

 p { color: rgb(237,214,149); }

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

background-color css

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

 a { background-color: rgb(237,214,149); }

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

border-color css

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

 span { border-color: rgb(237,214,149); }

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