Html Css Color HEX #EBDC9A Splash

📋 copy color: '#EBDC9A'

red 235 ◦ green 220 ◦ blue 154

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

Shades of Splash #EBDC9A

Tints of Splash #EBDC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

 BLUE value IS 154 (60.55% from 255) = 25.29%

R = 38.59%
G = 36.12%
B = 25.29%

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

#EBDC9A (or 0xEBDC9A) is known color: Splash. HEX triplet: EB, DC and 9A. RGB value is (235,220,154). Sum of RGB (Red+Green+Blue) = 235+220+154=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC9A is #142365. Grayscale: #D9D9D9. Windows color (decimal): -1319782 or 10149099. OLE color: 10149099.

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

Color convert

RGB 235 220 154 -
CMYK 0 0.06 0.34 0.08
HSL 48.89º 0.67% 0.76% -
HSV(B) 48.89º 0.34% 0.92% -
XYZ 65.69 71.18 40.85 -
YUV 216.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 235 220 154 0 0.06 0.34 0.08 48.89 0.67 0.76
Hex EB DC 9A 0 6 22 8 31 43 4C
Octal 353 334 232 0 6 42 10 61 103 114
Binary 11101011 11011100 10011010 0 110 100010 1000 110001 1000011 1001100

Color Harmonies of #EBDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC9A

Black with #EBDC9A

Text Example


Text Example

White with #EBDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC9A; }

 p { color: rgb(235,220,154); }

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

background-color css

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

 a { background-color: rgb(235,220,154); }

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

border-color css

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

 span { border-color: rgb(235,220,154); }

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