Html Css Color HEX #EDDC9E Splash

📋 copy color: '#EDDC9E'

red 237 ◦ green 220 ◦ blue 158

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

Shades of Splash #EDDC9E

Tints of Splash #EDDC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

 BLUE value IS 158 (62.11% from 255) = 25.69%

R = 38.54%
G = 35.77%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDDC9E (or 0xEDDC9E) is known color: Splash. HEX triplet: ED, DC and 9E. RGB value is (237,220,158). Sum of RGB (Red+Green+Blue) = 237+220+158=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC9E is #122361. Grayscale: #DADADA. Windows color (decimal): -1188706 or 10411245. OLE color: 10411245.

HSL color Cylindrical-coordinate representation of color #EDDC9E: hue angle of 47.09º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDDC9E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 158 -
CMYK 0 0.07 0.33 0.07
HSL 47.09º 0.69% 0.77% -
HSV(B) 47.09º 0.33% 0.93% -
XYZ 66.69 71.66 42.66 -
YUV 218.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 237 220 158 0 0.07 0.33 0.07 47.09 0.69 0.77
Hex ED DC 9E 0 7 21 7 2F 45 4D
Octal 355 334 236 0 7 41 7 57 105 115
Binary 11101101 11011100 10011110 0 111 100001 111 101111 1000101 1001101

Color Harmonies of #EDDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC9E

Black with #EDDC9E

Text Example


Text Example

White with #EDDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC9E; }

 p { color: rgb(237,220,158); }

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

background-color css

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

 a { background-color: rgb(237,220,158); }

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

border-color css

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

 span { border-color: rgb(237,220,158); }

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