Html Css Color HEX #EDD499 Splash

📋 copy color: '#EDD499'

red 237 ◦ green 212 ◦ blue 153

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

Shades of Splash #EDD499

Tints of Splash #EDD499

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.22%

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

R = 39.37%
G = 35.22%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD499 (or 0xEDD499) is known color: Splash. HEX triplet: ED, D4 and 99. RGB value is (237,212,153). Sum of RGB (Red+Green+Blue) = 237+212+153=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD499 is #122B66. Grayscale: #D5D5D5. Windows color (decimal): -1190759 or 10081517. OLE color: 10081517.

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

Color convert

RGB 237 212 153 -
CMYK 0 0.11 0.35 0.07
HSL 42.14º 0.7% 0.76% -
HSV(B) 42.14º 0.35% 0.93% -
XYZ 64.22 67.39 39.76 -
YUV 212.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 237 212 153 0 0.11 0.35 0.07 42.14 0.7 0.76
Hex ED D4 99 0 B 23 7 2A 46 4C
Octal 355 324 231 0 13 43 7 52 106 114
Binary 11101101 11010100 10011001 0 1011 100011 111 101010 1000110 1001100

Color Harmonies of #EDD499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD499

Black with #EDD499

Text Example


Text Example

White with #EDD499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD499; }

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

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

background-color css

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

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

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

border-color css

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

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

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