Html Css Color HEX #EDDA9D Splash

📋 copy color: '#EDDA9D'

red 237 ◦ green 218 ◦ blue 157

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

Shades of Splash #EDDA9D

Tints of Splash #EDDA9D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.62%

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

R = 38.73%
G = 35.62%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDDA9D (or 0xEDDA9D) is known color: Splash. HEX triplet: ED, DA and 9D. RGB value is (237,218,157). Sum of RGB (Red+Green+Blue) = 237+218+157=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA9D is #122562. Grayscale: #D8D8D8. Windows color (decimal): -1189219 or 10345197. OLE color: 10345197.

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

Color convert

RGB 237 218 157 -
CMYK 0 0.08 0.34 0.07
HSL 45.75º 0.69% 0.77% -
HSV(B) 45.75º 0.34% 0.93% -
XYZ 66.08 70.58 42.04 -
YUV 216.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 237 218 157 0 0.08 0.34 0.07 45.75 0.69 0.77
Hex ED DA 9D 0 8 22 7 2E 45 4D
Octal 355 332 235 0 10 42 7 56 105 115
Binary 11101101 11011010 10011101 0 1000 100010 111 101110 1000101 1001101

Color Harmonies of #EDDA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA9D

Black with #EDDA9D

Text Example


Text Example

White with #EDDA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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