Html Css Color HEX #EDDA9C Splash

📋 copy color: '#EDDA9C'

red 237 ◦ green 218 ◦ blue 156

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

Shades of Splash #EDDA9C

Tints of Splash #EDDA9C

RGB

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

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

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

R = 38.79%
G = 35.68%
B = 25.53%

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

#EDDA9C (or 0xEDDA9C) is known color: Splash. HEX triplet: ED, DA and 9C. RGB value is (237,218,156). Sum of RGB (Red+Green+Blue) = 237+218+156=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA9C is #122563. Grayscale: #D8D8D8. Windows color (decimal): -1189220 or 10279661. OLE color: 10279661.

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

Color convert

RGB 237 218 156 -
CMYK 0 0.08 0.34 0.07
HSL 45.93º 0.69% 0.77% -
HSV(B) 45.93º 0.34% 0.93% -
XYZ 66 70.55 41.59 -
YUV 216.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 237 218 156 0 0.08 0.34 0.07 45.93 0.69 0.77
Hex ED DA 9C 0 8 22 7 2E 45 4D
Octal 355 332 234 0 10 42 7 56 105 115
Binary 11101101 11011010 10011100 0 1000 100010 111 101110 1000101 1001101

Color Harmonies of #EDDA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA9C

Black with #EDDA9C

Text Example


Text Example

White with #EDDA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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