Html Css Color HEX #EDD897 Splash

📋 copy color: '#EDD897'

red 237 ◦ green 216 ◦ blue 151

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

Shades of Splash #EDD897

Tints of Splash #EDD897

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

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

R = 39.24%
G = 35.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDD897 (or 0xEDD897) is known color: Splash. HEX triplet: ED, D8 and 97. RGB value is (237,216,151). Sum of RGB (Red+Green+Blue) = 237+216+151=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD897 is #122768. Grayscale: #D7D7D7. Windows color (decimal): -1189737 or 9951469. OLE color: 9951469.

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

Color convert

RGB 237 216 151 -
CMYK 0 0.09 0.36 0.07
HSL 45.35º 0.7% 0.76% -
HSV(B) 45.35º 0.36% 0.93% -
XYZ 65.07 69.35 39.23 -
YUV 214.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 237 216 151 0 0.09 0.36 0.07 45.35 0.7 0.76
Hex ED D8 97 0 9 24 7 2D 46 4C
Octal 355 330 227 0 11 44 7 55 106 114
Binary 11101101 11011000 10010111 0 1001 100100 111 101101 1000110 1001100

Color Harmonies of #EDD897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD897

Black with #EDD897

Text Example


Text Example

White with #EDD897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD897; }

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

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

background-color css

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

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

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

border-color css

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

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

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