Html Css Color HEX #EBDA99 Splash

📋 copy color: '#EBDA99'

red 235 ◦ green 218 ◦ blue 153

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

Shades of Splash #EBDA99

Tints of Splash #EBDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.97%

 BLUE value IS 153 (60.16% from 255) = 25.25%

R = 38.78%
G = 35.97%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBDA99 (or 0xEBDA99) is known color: Splash. HEX triplet: EB, DA and 99. RGB value is (235,218,153). Sum of RGB (Red+Green+Blue) = 235+218+153=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA99 is #142566. Grayscale: #D7D7D7. Windows color (decimal): -1320295 or 10083051. OLE color: 10083051.

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

Color convert

RGB 235 218 153 -
CMYK 0 0.07 0.35 0.08
HSL 47.56º 0.67% 0.76% -
HSV(B) 47.56º 0.35% 0.92% -
XYZ 65.08 70.1 40.24 -
YUV 215.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 235 218 153 0 0.07 0.35 0.08 47.56 0.67 0.76
Hex EB DA 99 0 7 23 8 30 43 4C
Octal 353 332 231 0 7 43 10 60 103 114
Binary 11101011 11011010 10011001 0 111 100011 1000 110000 1000011 1001100

Color Harmonies of #EBDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA99

Black with #EBDA99

Text Example


Text Example

White with #EBDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA99; }

 p { color: rgb(235,218,153); }

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

background-color css

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

 a { background-color: rgb(235,218,153); }

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

border-color css

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

 span { border-color: rgb(235,218,153); }

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