Html Css Color HEX #EFD794 Splash

📋 copy color: '#EFD794'

red 239 ◦ green 215 ◦ blue 148

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

Shades of Splash #EFD794

Tints of Splash #EFD794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.58%

R = 39.7%
G = 35.71%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFD794 (or 0xEFD794) is known color: Splash. HEX triplet: EF, D7 and 94. RGB value is (239,215,148). Sum of RGB (Red+Green+Blue) = 239+215+148=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD794 is #10286B. Grayscale: #D6D6D6. Windows color (decimal): -1058924 or 9754607. OLE color: 9754607.

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

Color convert

RGB 239 215 148 -
CMYK 0 0.10 0.38 0.06
HSL 44.18º 0.74% 0.76% -
HSV(B) 44.18º 0.38% 0.94% -
XYZ 65.24 69.09 37.91 -
YUV 214.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 239 215 148 0 0.10 0.38 0.06 44.18 0.74 0.76
Hex EF D7 94 0 A 26 6 2C 4A 4C
Octal 357 327 224 0 12 46 6 54 112 114
Binary 11101111 11010111 10010100 0 1010 100110 110 101100 1001010 1001100

Color Harmonies of #EFD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD794

Black with #EFD794

Text Example


Text Example

White with #EFD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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