Html Css Color HEX #EDDD99 Splash

📋 copy color: '#EDDD99'

red 237 ◦ green 221 ◦ blue 153

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

Shades of Splash #EDDD99

Tints of Splash #EDDD99

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.17%

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

R = 38.79%
G = 36.17%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDDD99 (or 0xEDDD99) is known color: Splash. HEX triplet: ED, DD and 99. RGB value is (237,221,153). Sum of RGB (Red+Green+Blue) = 237+221+153=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD99 is #122266. Grayscale: #DADADA. Windows color (decimal): -1188455 or 10083821. OLE color: 10083821.

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

Color convert

RGB 237 221 153 -
CMYK 0 0.07 0.35 0.07
HSL 48.57º 0.7% 0.76% -
HSV(B) 48.57º 0.35% 0.93% -
XYZ 66.53 72.02 40.53 -
YUV 218.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 237 221 153 0 0.07 0.35 0.07 48.57 0.7 0.76
Hex ED DD 99 0 7 23 7 31 46 4C
Octal 355 335 231 0 7 43 7 61 106 114
Binary 11101101 11011101 10011001 0 111 100011 111 110001 1000110 1001100

Color Harmonies of #EDDD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD99

Black with #EDDD99

Text Example


Text Example

White with #EDDD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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