Html Css Color HEX #EDDB95 Splash

📋 copy color: '#EDDB95'

red 237 ◦ green 219 ◦ blue 149

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

Shades of Splash #EDDB95

Tints of Splash #EDDB95

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

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

R = 39.17%
G = 36.2%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDDB95 (or 0xEDDB95) is known color: Splash. HEX triplet: ED, DB and 95. RGB value is (237,219,149). Sum of RGB (Red+Green+Blue) = 237+219+149=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB95 is #12246A. Grayscale: #D8D8D8. Windows color (decimal): -1188971 or 9821165. OLE color: 9821165.

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

Color convert

RGB 237 219 149 -
CMYK 0 0.08 0.37 0.07
HSL 47.73º 0.71% 0.76% -
HSV(B) 47.73º 0.37% 0.93% -
XYZ 65.68 70.84 38.65 -
YUV 216.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 237 219 149 0 0.08 0.37 0.07 47.73 0.71 0.76
Hex ED DB 95 0 8 25 7 30 47 4C
Octal 355 333 225 0 10 45 7 60 107 114
Binary 11101101 11011011 10010101 0 1000 100101 111 110000 1000111 1001100

Color Harmonies of #EDDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB95

Black with #EDDB95

Text Example


Text Example

White with #EDDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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