Html Css Color HEX #EDD599 Splash

📋 copy color: '#EDD599'

red 237 ◦ green 213 ◦ blue 153

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

Shades of Splash #EDD599

Tints of Splash #EDD599

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 39.3%
G = 35.32%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD599 (or 0xEDD599) is known color: Splash. HEX triplet: ED, D5 and 99. RGB value is (237,213,153). Sum of RGB (Red+Green+Blue) = 237+213+153=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD599 is #122A66. Grayscale: #D5D5D5. Windows color (decimal): -1190503 or 10081773. OLE color: 10081773.

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

Color convert

RGB 237 213 153 -
CMYK 0 0.10 0.35 0.07
HSL 42.86º 0.7% 0.76% -
HSV(B) 42.86º 0.35% 0.93% -
XYZ 64.47 67.89 39.84 -
YUV 213.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 237 213 153 0 0.10 0.35 0.07 42.86 0.7 0.76
Hex ED D5 99 0 A 23 7 2B 46 4C
Octal 355 325 231 0 12 43 7 53 106 114
Binary 11101101 11010101 10011001 0 1010 100011 111 101011 1000110 1001100

Color Harmonies of #EDD599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD599

Black with #EDD599

Text Example


Text Example

White with #EDD599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD599; }

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

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

background-color css

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

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

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

border-color css

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

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

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