Html Css Color HEX #EDD79B Splash

📋 copy color: '#EDD79B'

red 237 ◦ green 215 ◦ blue 155

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

Shades of Splash #EDD79B

Tints of Splash #EDD79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.54%

R = 39.04%
G = 35.42%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDD79B (or 0xEDD79B) is known color: Splash. HEX triplet: ED, D7 and 9B. RGB value is (237,215,155). Sum of RGB (Red+Green+Blue) = 237+215+155=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79B is #122864. Grayscale: #D7D7D7. Windows color (decimal): -1189989 or 10213357. OLE color: 10213357.

HSL color Cylindrical-coordinate representation of color #EDD79B: hue angle of 43.9º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD79B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 155 -
CMYK 0 0.09 0.35 0.07
HSL 43.9º 0.69% 0.77% -
HSV(B) 43.9º 0.35% 0.93% -
XYZ 65.14 68.97 40.89 -
YUV 214.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 237 215 155 0 0.09 0.35 0.07 43.9 0.69 0.77
Hex ED D7 9B 0 9 23 7 2C 45 4D
Octal 355 327 233 0 11 43 7 54 105 115
Binary 11101101 11010111 10011011 0 1001 100011 111 101100 1000101 1001101

Color Harmonies of #EDD79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD79B

Black with #EDD79B

Text Example


Text Example

White with #EDD79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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