Html Css Color HEX #EBDE9C Splash

📋 copy color: '#EBDE9C'

red 235 ◦ green 222 ◦ blue 156

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

Shades of Splash #EBDE9C

Tints of Splash #EBDE9C

RGB

 RED value IS 235 (92.19% from 255) = 38.34%

 GREEN value IS 222 (87.11% from 255) = 36.22%

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

R = 38.34%
G = 36.22%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBDE9C (or 0xEBDE9C) is known color: Splash. HEX triplet: EB, DE and 9C. RGB value is (235,222,156). Sum of RGB (Red+Green+Blue) = 235+222+156=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE9C is #142163. Grayscale: #DADADA. Windows color (decimal): -1319268 or 10280683. OLE color: 10280683.

HSL color Cylindrical-coordinate representation of color #EBDE9C: hue angle of 50.13º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBDE9C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 222 156 -
CMYK 0 0.06 0.34 0.08
HSL 50.13º 0.66% 0.77% -
HSV(B) 50.13º 0.34% 0.92% -
XYZ 66.38 72.31 41.91 -
YUV 218.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 235 222 156 0 0.06 0.34 0.08 50.13 0.66 0.77
Hex EB DE 9C 0 6 22 8 32 42 4D
Octal 353 336 234 0 6 42 10 62 102 115
Binary 11101011 11011110 10011100 0 110 100010 1000 110010 1000010 1001101

Color Harmonies of #EBDE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE9C

Black with #EBDE9C

Text Example


Text Example

White with #EBDE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE9C; }

 p { color: rgb(235,222,156); }

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

background-color css

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

 a { background-color: rgb(235,222,156); }

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

border-color css

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

 span { border-color: rgb(235,222,156); }

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