Html Css Color HEX #EBDB9A Splash

📋 copy color: '#EBDB9A'

red 235 ◦ green 219 ◦ blue 154

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

Shades of Splash #EBDB9A

Tints of Splash #EBDB9A

RGB

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

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

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

R = 38.65%
G = 36.02%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBDB9A (or 0xEBDB9A) is known color: Splash. HEX triplet: EB, DB and 9A. RGB value is (235,219,154). Sum of RGB (Red+Green+Blue) = 235+219+154=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB9A is #142465. Grayscale: #D8D8D8. Windows color (decimal): -1320038 or 10148843. OLE color: 10148843.

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

Color convert

RGB 235 219 154 -
CMYK 0 0.07 0.34 0.08
HSL 48.15º 0.67% 0.76% -
HSV(B) 48.15º 0.34% 0.92% -
XYZ 65.43 70.66 40.76 -
YUV 216.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 235 219 154 0 0.07 0.34 0.08 48.15 0.67 0.76
Hex EB DB 9A 0 7 22 8 30 43 4C
Octal 353 333 232 0 7 42 10 60 103 114
Binary 11101011 11011011 10011010 0 111 100010 1000 110000 1000011 1001100

Color Harmonies of #EBDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB9A

Black with #EBDB9A

Text Example


Text Example

White with #EBDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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