Html Css Color HEX #EFDB96 Splash

📋 copy color: '#EFDB96'

red 239 ◦ green 219 ◦ blue 150

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

Shades of Splash #EFDB96

Tints of Splash #EFDB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.67%

R = 39.31%
G = 36.02%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFDB96 (or 0xEFDB96) is known color: Splash. HEX triplet: EF, DB and 96. RGB value is (239,219,150). Sum of RGB (Red+Green+Blue) = 239+219+150=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB96 is #102469. Grayscale: #D9D9D9. Windows color (decimal): -1057898 or 9886703. OLE color: 9886703.

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

Color convert

RGB 239 219 150 -
CMYK 0 0.08 0.37 0.06
HSL 46.52º 0.74% 0.76% -
HSV(B) 46.52º 0.37% 0.94% -
XYZ 66.43 71.22 39.1 -
YUV 217.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 239 219 150 0 0.08 0.37 0.06 46.52 0.74 0.76
Hex EF DB 96 0 8 25 6 2F 4A 4C
Octal 357 333 226 0 10 45 6 57 112 114
Binary 11101111 11011011 10010110 0 1000 100101 110 101111 1001010 1001100

Color Harmonies of #EFDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB96

Black with #EFDB96

Text Example


Text Example

White with #EFDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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