Html Css Color HEX #EBDD9A Splash

📋 copy color: '#EBDD9A'

red 235 ◦ green 221 ◦ blue 154

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

Shades of Splash #EBDD9A

Tints of Splash #EBDD9A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.23%

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

R = 38.52%
G = 36.23%
B = 25.25%

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

#EBDD9A (or 0xEBDD9A) is known color: Splash. HEX triplet: EB, DD and 9A. RGB value is (235,221,154). Sum of RGB (Red+Green+Blue) = 235+221+154=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD9A is #142265. Grayscale: #D9D9D9. Windows color (decimal): -1319526 or 10149355. OLE color: 10149355.

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

Color convert

RGB 235 221 154 -
CMYK 0 0.06 0.34 0.08
HSL 49.63º 0.67% 0.76% -
HSV(B) 49.63º 0.34% 0.92% -
XYZ 65.95 71.71 40.94 -
YUV 217.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 235 221 154 0 0.06 0.34 0.08 49.63 0.67 0.76
Hex EB DD 9A 0 6 22 8 32 43 4C
Octal 353 335 232 0 6 42 10 62 103 114
Binary 11101011 11011101 10011010 0 110 100010 1000 110010 1000011 1001100

Color Harmonies of #EBDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD9A

Black with #EBDD9A

Text Example


Text Example

White with #EBDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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