Html Css Color HEX #EFD796 Splash

📋 copy color: '#EFD796'

red 239 ◦ green 215 ◦ blue 150

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

Shades of Splash #EFD796

Tints of Splash #EFD796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.6%

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

R = 39.57%
G = 35.6%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFD796 (or 0xEFD796) is known color: Splash. HEX triplet: EF, D7 and 96. RGB value is (239,215,150). Sum of RGB (Red+Green+Blue) = 239+215+150=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD796 is #102869. Grayscale: #D7D7D7. Windows color (decimal): -1058922 or 9885679. OLE color: 9885679.

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

Color convert

RGB 239 215 150 -
CMYK 0 0.10 0.37 0.06
HSL 43.82º 0.74% 0.76% -
HSV(B) 43.82º 0.37% 0.94% -
XYZ 65.4 69.15 38.76 -
YUV 214.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 239 215 150 0 0.10 0.37 0.06 43.82 0.74 0.76
Hex EF D7 96 0 A 25 6 2C 4A 4C
Octal 357 327 226 0 12 45 6 54 112 114
Binary 11101111 11010111 10010110 0 1010 100101 110 101100 1001010 1001100

Color Harmonies of #EFD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD796

Black with #EFD796

Text Example


Text Example

White with #EFD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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