Html Css Color HEX #EDD595 Splash

📋 copy color: '#EDD595'

red 237 ◦ green 213 ◦ blue 149

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

Shades of Splash #EDD595

Tints of Splash #EDD595

RGB

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

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

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

R = 39.57%
G = 35.56%
B = 24.87%

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

#EDD595 (or 0xEDD595) is known color: Splash. HEX triplet: ED, D5 and 95. RGB value is (237,213,149). Sum of RGB (Red+Green+Blue) = 237+213+149=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD595 is #122A6A. Grayscale: #D5D5D5. Windows color (decimal): -1190507 or 9819629. OLE color: 9819629.

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

Color convert

RGB 237 213 149 -
CMYK 0 0.10 0.37 0.07
HSL 43.64º 0.71% 0.76% -
HSV(B) 43.64º 0.37% 0.93% -
XYZ 64.14 67.76 38.13 -
YUV 212.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 237 213 149 0 0.10 0.37 0.07 43.64 0.71 0.76
Hex ED D5 95 0 A 25 7 2C 47 4C
Octal 355 325 225 0 12 45 7 54 107 114
Binary 11101101 11010101 10010101 0 1010 100101 111 101100 1000111 1001100

Color Harmonies of #EDD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD595

Black with #EDD595

Text Example


Text Example

White with #EDD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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