Html Css Color HEX #EDD89C Splash

📋 copy color: '#EDD89C'

red 237 ◦ green 216 ◦ blue 156

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

Shades of Splash #EDD89C

Tints of Splash #EDD89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.62%

R = 38.92%
G = 35.47%
B = 25.62%

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

#EDD89C (or 0xEDD89C) is known color: Splash. HEX triplet: ED, D8 and 9C. RGB value is (237,216,156). Sum of RGB (Red+Green+Blue) = 237+216+156=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD89C is #122763. Grayscale: #D7D7D7. Windows color (decimal): -1189732 or 10279149. OLE color: 10279149.

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

Color convert

RGB 237 216 156 -
CMYK 0 0.09 0.34 0.07
HSL 44.44º 0.69% 0.77% -
HSV(B) 44.44º 0.34% 0.93% -
XYZ 65.48 69.52 41.42 -
YUV 215.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 237 216 156 0 0.09 0.34 0.07 44.44 0.69 0.77
Hex ED D8 9C 0 9 22 7 2C 45 4D
Octal 355 330 234 0 11 42 7 54 105 115
Binary 11101101 11011000 10011100 0 1001 100010 111 101100 1000101 1001101

Color Harmonies of #EDD89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD89C

Black with #EDD89C

Text Example


Text Example

White with #EDD89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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