Html Css Color HEX #EDDC9D Splash

📋 copy color: '#EDDC9D'

red 237 ◦ green 220 ◦ blue 157

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

Shades of Splash #EDDC9D

Tints of Splash #EDDC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.57%

R = 38.6%
G = 35.83%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDDC9D (or 0xEDDC9D) is known color: Splash. HEX triplet: ED, DC and 9D. RGB value is (237,220,157). Sum of RGB (Red+Green+Blue) = 237+220+157=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC9D is #122362. Grayscale: #DADADA. Windows color (decimal): -1188707 or 10345709. OLE color: 10345709.

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

Color convert

RGB 237 220 157 -
CMYK 0 0.07 0.34 0.07
HSL 47.25º 0.69% 0.77% -
HSV(B) 47.25º 0.34% 0.93% -
XYZ 66.6 71.63 42.21 -
YUV 217.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 237 220 157 0 0.07 0.34 0.07 47.25 0.69 0.77
Hex ED DC 9D 0 7 22 7 2F 45 4D
Octal 355 334 235 0 7 42 7 57 105 115
Binary 11101101 11011100 10011101 0 111 100010 111 101111 1000101 1001101

Color Harmonies of #EDDC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC9D

Black with #EDDC9D

Text Example


Text Example

White with #EDDC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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