Html Css Color HEX #EBD99A Splash

📋 copy color: '#EBD99A'

red 235 ◦ green 217 ◦ blue 154

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

Shades of Splash #EBD99A

Tints of Splash #EBD99A

RGB

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

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

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

R = 38.78%
G = 35.81%
B = 25.41%

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

#EBD99A (or 0xEBD99A) is known color: Splash. HEX triplet: EB, D9 and 9A. RGB value is (235,217,154). Sum of RGB (Red+Green+Blue) = 235+217+154=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD99A is #142665. Grayscale: #D7D7D7. Windows color (decimal): -1320550 or 10148331. OLE color: 10148331.

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

Color convert

RGB 235 217 154 -
CMYK 0 0.08 0.34 0.08
HSL 46.67º 0.67% 0.76% -
HSV(B) 46.67º 0.34% 0.92% -
XYZ 64.91 69.62 40.59 -
YUV 215.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 235 217 154 0 0.08 0.34 0.08 46.67 0.67 0.76
Hex EB D9 9A 0 8 22 8 2F 43 4C
Octal 353 331 232 0 10 42 10 57 103 114
Binary 11101011 11011001 10011010 0 1000 100010 1000 101111 1000011 1001100

Color Harmonies of #EBD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD99A

Black with #EBD99A

Text Example


Text Example

White with #EBD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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