Html Css Color HEX #EDD997 Splash

📋 copy color: '#EDD997'

red 237 ◦ green 217 ◦ blue 151

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

Shades of Splash #EDD997

Tints of Splash #EDD997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.87%

 BLUE value IS 151 (59.38% from 255) = 24.96%

R = 39.17%
G = 35.87%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDD997 (or 0xEDD997) is known color: Splash. HEX triplet: ED, D9 and 97. RGB value is (237,217,151). Sum of RGB (Red+Green+Blue) = 237+217+151=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD997 is #122668. Grayscale: #D7D7D7. Windows color (decimal): -1189481 or 9951725. OLE color: 9951725.

HSL color Cylindrical-coordinate representation of color #EDD997: hue angle of 46.05º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDD997 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 151 -
CMYK 0 0.08 0.36 0.07
HSL 46.05º 0.7% 0.76% -
HSV(B) 46.05º 0.36% 0.93% -
XYZ 65.32 69.86 39.32 -
YUV 215.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 237 217 151 0 0.08 0.36 0.07 46.05 0.7 0.76
Hex ED D9 97 0 8 24 7 2E 46 4C
Octal 355 331 227 0 10 44 7 56 106 114
Binary 11101101 11011001 10010111 0 1000 100100 111 101110 1000110 1001100

Color Harmonies of #EDD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD997

Black with #EDD997

Text Example


Text Example

White with #EDD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD997; }

 p { color: rgb(237,217,151); }

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

background-color css

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

 a { background-color: rgb(237,217,151); }

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

border-color css

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

 span { border-color: rgb(237,217,151); }

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