Html Css Color HEX #EDD79C Splash

📋 copy color: '#EDD79C'

red 237 ◦ green 215 ◦ blue 156

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

Shades of Splash #EDD79C

Tints of Splash #EDD79C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.36%

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

R = 38.98%
G = 35.36%
B = 25.66%

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

#EDD79C (or 0xEDD79C) is known color: Splash. HEX triplet: ED, D7 and 9C. RGB value is (237,215,156). Sum of RGB (Red+Green+Blue) = 237+215+156=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 156 (61.33% from 255 or 25.66% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79C is #122863. Grayscale: #D7D7D7. Windows color (decimal): -1189988 or 10278893. OLE color: 10278893.

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

Color convert

RGB 237 215 156 -
CMYK 0 0.09 0.34 0.07
HSL 43.7º 0.69% 0.77% -
HSV(B) 43.7º 0.34% 0.93% -
XYZ 65.23 69.01 41.33 -
YUV 214.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 237 215 156 0 0.09 0.34 0.07 43.7 0.69 0.77
Hex ED D7 9C 0 9 22 7 2C 45 4D
Octal 355 327 234 0 11 42 7 54 105 115
Binary 11101101 11010111 10011100 0 1001 100010 111 101100 1000101 1001101

Color Harmonies of #EDD79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD79C

Black with #EDD79C

Text Example


Text Example

White with #EDD79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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