Html Css Color HEX #EDD799 Splash

📋 copy color: '#EDD799'

red 237 ◦ green 215 ◦ blue 153

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

Shades of Splash #EDD799

Tints of Splash #EDD799

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.54%

 BLUE value IS 153 (60.16% from 255) = 25.29%

R = 39.17%
G = 35.54%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD799 (or 0xEDD799) is known color: Splash. HEX triplet: ED, D7 and 99. RGB value is (237,215,153). Sum of RGB (Red+Green+Blue) = 237+215+153=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD799 is #122866. Grayscale: #D6D6D6. Windows color (decimal): -1189991 or 10082285. OLE color: 10082285.

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

Color convert

RGB 237 215 153 -
CMYK 0 0.09 0.35 0.07
HSL 44.29º 0.7% 0.76% -
HSV(B) 44.29º 0.35% 0.93% -
XYZ 64.98 68.91 40.01 -
YUV 214.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 237 215 153 0 0.09 0.35 0.07 44.29 0.7 0.76
Hex ED D7 99 0 9 23 7 2C 46 4C
Octal 355 327 231 0 11 43 7 54 106 114
Binary 11101101 11010111 10011001 0 1001 100011 111 101100 1000110 1001100

Color Harmonies of #EDD799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD799

Black with #EDD799

Text Example


Text Example

White with #EDD799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD799; }

 p { color: rgb(237,215,153); }

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

background-color css

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

 a { background-color: rgb(237,215,153); }

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

border-color css

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

 span { border-color: rgb(237,215,153); }

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