Html Css Color HEX #EDD898 Splash

📋 copy color: '#EDD898'

red 237 ◦ green 216 ◦ blue 152

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

Shades of Splash #EDD898

Tints of Splash #EDD898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.12%

R = 39.17%
G = 35.7%
B = 25.12%

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

#EDD898 (or 0xEDD898) is known color: Splash. HEX triplet: ED, D8 and 98. RGB value is (237,216,152). Sum of RGB (Red+Green+Blue) = 237+216+152=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD898 is #122767. Grayscale: #D7D7D7. Windows color (decimal): -1189736 or 10017005. OLE color: 10017005.

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

Color convert

RGB 237 216 152 -
CMYK 0 0.09 0.36 0.07
HSL 45.18º 0.7% 0.76% -
HSV(B) 45.18º 0.36% 0.93% -
XYZ 65.15 69.38 39.66 -
YUV 214.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 237 216 152 0 0.09 0.36 0.07 45.18 0.7 0.76
Hex ED D8 98 0 9 24 7 2D 46 4C
Octal 355 330 230 0 11 44 7 55 106 114
Binary 11101101 11011000 10011000 0 1001 100100 111 101101 1000110 1001100

Color Harmonies of #EDD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD898

Black with #EDD898

Text Example


Text Example

White with #EDD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD898; }

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

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

background-color css

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

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

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

border-color css

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

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

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