Html Css Color HEX #EDDB9C Splash

📋 copy color: '#EDDB9C'

red 237 ◦ green 219 ◦ blue 156

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

Shades of Splash #EDDB9C

Tints of Splash #EDDB9C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

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

R = 38.73%
G = 35.78%
B = 25.49%

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

#EDDB9C (or 0xEDDB9C) is known color: Splash. HEX triplet: ED, DB and 9C. RGB value is (237,219,156). Sum of RGB (Red+Green+Blue) = 237+219+156=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB9C is #122463. Grayscale: #D9D9D9. Windows color (decimal): -1188964 or 10279917. OLE color: 10279917.

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

Color convert

RGB 237 219 156 -
CMYK 0 0.08 0.34 0.07
HSL 46.67º 0.69% 0.77% -
HSV(B) 46.67º 0.34% 0.93% -
XYZ 66.26 71.07 41.68 -
YUV 217.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 237 219 156 0 0.08 0.34 0.07 46.67 0.69 0.77
Hex ED DB 9C 0 8 22 7 2F 45 4D
Octal 355 333 234 0 10 42 7 57 105 115
Binary 11101101 11011011 10011100 0 1000 100010 111 101111 1000101 1001101

Color Harmonies of #EDDB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB9C

Black with #EDDB9C

Text Example


Text Example

White with #EDDB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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