Html Css Color HEX #EBD49A Splash

📋 copy color: '#EBD49A'

red 235 ◦ green 212 ◦ blue 154

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

Shades of Splash #EBD49A

Tints of Splash #EBD49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.27%

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

R = 39.1%
G = 35.27%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBD49A (or 0xEBD49A) is known color: Splash. HEX triplet: EB, D4 and 9A. RGB value is (235,212,154). Sum of RGB (Red+Green+Blue) = 235+212+154=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD49A is #142B65. Grayscale: #D4D4D4. Windows color (decimal): -1321830 or 10147051. OLE color: 10147051.

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

Color convert

RGB 235 212 154 -
CMYK 0 0.10 0.34 0.08
HSL 42.96º 0.67% 0.76% -
HSV(B) 42.96º 0.34% 0.92% -
XYZ 63.64 67.08 40.17 -
YUV 212.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 235 212 154 0 0.10 0.34 0.08 42.96 0.67 0.76
Hex EB D4 9A 0 A 22 8 2B 43 4C
Octal 353 324 232 0 12 42 10 53 103 114
Binary 11101011 11010100 10011010 0 1010 100010 1000 101011 1000011 1001100

Color Harmonies of #EBD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD49A

Black with #EBD49A

Text Example


Text Example

White with #EBD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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