Html Css Color HEX #EFD39E Splash

📋 copy color: '#EFD39E'

red 239 ◦ green 211 ◦ blue 158

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

Shades of Splash #EFD39E

Tints of Splash #EFD39E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.7%

 BLUE value IS 158 (62.11% from 255) = 25.99%

R = 39.31%
G = 34.7%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFD39E (or 0xEFD39E) is known color: Splash. HEX triplet: EF, D3 and 9E. RGB value is (239,211,158). Sum of RGB (Red+Green+Blue) = 239+211+158=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD39E is #102C61. Grayscale: #D5D5D5. Windows color (decimal): -1059938 or 10408943. OLE color: 10408943.

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

Color convert

RGB 239 211 158 -
CMYK 0 0.12 0.34 0.06
HSL 39.26º 0.72% 0.78% -
HSV(B) 39.26º 0.34% 0.94% -
XYZ 65.06 67.41 41.93 -
YUV 213.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 239 211 158 0 0.12 0.34 0.06 39.26 0.72 0.78
Hex EF D3 9E 0 C 22 6 27 48 4E
Octal 357 323 236 0 14 42 6 47 110 116
Binary 11101111 11010011 10011110 0 1100 100010 110 100111 1001000 1001110

Color Harmonies of #EFD39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD39E

Black with #EFD39E

Text Example


Text Example

White with #EFD39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD39E; }

 p { color: rgb(239,211,158); }

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

background-color css

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

 a { background-color: rgb(239,211,158); }

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

border-color css

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

 span { border-color: rgb(239,211,158); }

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