Html Css Color HEX #EBDB98 Splash

📋 copy color: '#EBDB98'

red 235 ◦ green 219 ◦ blue 152

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

Shades of Splash #EBDB98

Tints of Splash #EBDB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.08%

R = 38.78%
G = 36.14%
B = 25.08%

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

#EBDB98 (or 0xEBDB98) is known color: Splash. HEX triplet: EB, DB and 98. RGB value is (235,219,152). Sum of RGB (Red+Green+Blue) = 235+219+152=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB98 is #142467. Grayscale: #D8D8D8. Windows color (decimal): -1320040 or 10017771. OLE color: 10017771.

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

Color convert

RGB 235 219 152 -
CMYK 0 0.07 0.35 0.08
HSL 48.43º 0.67% 0.76% -
HSV(B) 48.43º 0.35% 0.92% -
XYZ 65.26 70.59 39.89 -
YUV 216.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 235 219 152 0 0.07 0.35 0.08 48.43 0.67 0.76
Hex EB DB 98 0 7 23 8 30 43 4C
Octal 353 333 230 0 7 43 10 60 103 114
Binary 11101011 11011011 10011000 0 111 100011 1000 110000 1000011 1001100

Color Harmonies of #EBDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB98

Black with #EBDB98

Text Example


Text Example

White with #EBDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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