Html Css Color HEX #EFDB95 Splash

📋 copy color: '#EFDB95'

red 239 ◦ green 219 ◦ blue 149

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

Shades of Splash #EFDB95

Tints of Splash #EFDB95

RGB

 RED value IS 239 (93.75% from 255) = 39.37%

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

 BLUE value IS 149 (58.59% from 255) = 24.55%

R = 39.37%
G = 36.08%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFDB95 (or 0xEFDB95) is known color: Splash. HEX triplet: EF, DB and 95. RGB value is (239,219,149). Sum of RGB (Red+Green+Blue) = 239+219+149=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB95 is #10246A. Grayscale: #D9D9D9. Windows color (decimal): -1057899 or 9821167. OLE color: 9821167.

HSL color Cylindrical-coordinate representation of color #EFDB95: hue angle of 46.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFDB95 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 149 -
CMYK 0 0.08 0.38 0.06
HSL 46.67º 0.74% 0.76% -
HSV(B) 46.67º 0.38% 0.94% -
XYZ 66.35 71.18 38.68 -
YUV 217 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 239 219 149 0 0.08 0.38 0.06 46.67 0.74 0.76
Hex EF DB 95 0 8 26 6 2F 4A 4C
Octal 357 333 225 0 10 46 6 57 112 114
Binary 11101111 11011011 10010101 0 1000 100110 110 101111 1001010 1001100

Color Harmonies of #EFDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB95

Black with #EFDB95

Text Example


Text Example

White with #EFDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB95; }

 p { color: rgb(239,219,149); }

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

background-color css

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

 a { background-color: rgb(239,219,149); }

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

border-color css

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

 span { border-color: rgb(239,219,149); }

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