Html Css Color HEX #EDD89D Splash

📋 copy color: '#EDD89D'

red 237 ◦ green 216 ◦ blue 157

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

Shades of Splash #EDD89D

Tints of Splash #EDD89D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.41%

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

R = 38.85%
G = 35.41%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDD89D (or 0xEDD89D) is known color: Splash. HEX triplet: ED, D8 and 9D. RGB value is (237,216,157). Sum of RGB (Red+Green+Blue) = 237+216+157=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89D is #122762. Grayscale: #D7D7D7. Windows color (decimal): -1189731 or 10344685. OLE color: 10344685.

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

Color convert

RGB 237 216 157 -
CMYK 0 0.09 0.34 0.07
HSL 44.25º 0.69% 0.77% -
HSV(B) 44.25º 0.34% 0.93% -
XYZ 65.57 69.55 41.87 -
YUV 215.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 237 216 157 0 0.09 0.34 0.07 44.25 0.69 0.77
Hex ED D8 9D 0 9 22 7 2C 45 4D
Octal 355 330 235 0 11 42 7 54 105 115
Binary 11101101 11011000 10011101 0 1001 100010 111 101100 1000101 1001101

Color Harmonies of #EDD89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD89D

Black with #EDD89D

Text Example


Text Example

White with #EDD89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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