Html Css Color HEX #EBD99B Splash

📋 copy color: '#EBD99B'

red 235 ◦ green 217 ◦ blue 155

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

Shades of Splash #EBD99B

Tints of Splash #EBD99B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.75%

 BLUE value IS 155 (60.94% from 255) = 25.54%

R = 38.71%
G = 35.75%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBD99B (or 0xEBD99B) is known color: Splash. HEX triplet: EB, D9 and 9B. RGB value is (235,217,155). Sum of RGB (Red+Green+Blue) = 235+217+155=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD99B is #142664. Grayscale: #D7D7D7. Windows color (decimal): -1320549 or 10213867. OLE color: 10213867.

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

Color convert

RGB 235 217 155 -
CMYK 0 0.08 0.34 0.08
HSL 46.5º 0.67% 0.76% -
HSV(B) 46.5º 0.34% 0.92% -
XYZ 64.99 69.65 41.03 -
YUV 215.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 235 217 155 0 0.08 0.34 0.08 46.5 0.67 0.76
Hex EB D9 9B 0 8 22 8 2E 43 4C
Octal 353 331 233 0 10 42 10 56 103 114
Binary 11101011 11011001 10011011 0 1000 100010 1000 101110 1000011 1001100

Color Harmonies of #EBD99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD99B

Black with #EBD99B

Text Example


Text Example

White with #EBD99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD99B; }

 p { color: rgb(235,217,155); }

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

background-color css

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

 a { background-color: rgb(235,217,155); }

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

border-color css

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

 span { border-color: rgb(235,217,155); }

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