Html Css Color HEX #EFD79C Splash

📋 copy color: '#EFD79C'

red 239 ◦ green 215 ◦ blue 156

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

Shades of Splash #EFD79C

Tints of Splash #EFD79C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.57%

R = 39.18%
G = 35.25%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFD79C (or 0xEFD79C) is known color: Splash. HEX triplet: EF, D7 and 9C. RGB value is (239,215,156). Sum of RGB (Red+Green+Blue) = 239+215+156=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD79C is #102863. Grayscale: #D7D7D7. Windows color (decimal): -1058916 or 10278895. OLE color: 10278895.

HSL color Cylindrical-coordinate representation of color #EFD79C: hue angle of 42.65º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFD79C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 156 -
CMYK 0 0.10 0.35 0.06
HSL 42.65º 0.72% 0.77% -
HSV(B) 42.65º 0.35% 0.94% -
XYZ 65.9 69.35 41.37 -
YUV 215.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 239 215 156 0 0.10 0.35 0.06 42.65 0.72 0.77
Hex EF D7 9C 0 A 23 6 2B 48 4D
Octal 357 327 234 0 12 43 6 53 110 115
Binary 11101111 11010111 10011100 0 1010 100011 110 101011 1001000 1001101

Color Harmonies of #EFD79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD79C

Black with #EFD79C

Text Example


Text Example

White with #EFD79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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